Home
last modified time | relevance | path

Searched refs:GetDoubleOfTNumber (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.cpp486 timeValue = CallNGCRuntime(glue, RTSTUB_ID(TimeClip), {GetDoubleOfTNumber(value)}); in DECLARE_BUILTINS()
503 GateRef y = GetDoubleOfTNumber(year); in DECLARE_BUILTINS()
504 GateRef m = GetDoubleOfTNumber(month); in DECLARE_BUILTINS()
505 GateRef d = GetDoubleOfTNumber(day); in DECLARE_BUILTINS()
H A Dbuiltins_typedarray_stub_builder.cpp3135 elementLength = DoubleToInt(glue, GetDoubleOfTNumber(index)); in GenTypedArrayConstructor()
3334 GateRef offset = DoubleToInt(glue, GetDoubleOfTNumber(index)); in CreateFromArrayBuffer()
3354 GateRef newLength = DoubleToInt(glue, GetDoubleOfTNumber(indexLength)); in CreateFromArrayBuffer()
H A Dbuiltins_object_stub_builder.cpp95 GateRef doubleLen = GetDoubleOfTNumber(number); in CreateListFromArrayLike()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.cpp178 GateRef CircuitBuilder::GetDoubleOfTNumber(GateRef x) in GetDoubleOfTNumber() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dbuiltins_lowering.cpp126 GateRef value = builder_.GetDoubleOfTNumber(para1); in TypedFloor()
H A Dtyped_native_inline_lowering.cpp972 double2 = builder_.GetDoubleOfTNumber(in2); in LowerTNumberMinMax()
1008 GateRef double1 = builder_.GetDoubleOfTNumber(in1); in LowerMathMinMaxWithIntrinsic()
1009 GateRef double2 = builder_.GetDoubleOfTNumber(in2); in LowerMathMinMaxWithIntrinsic()
4096 GateRef doubleValue = builder_.GetDoubleOfTNumber(value); in TargetNumberCompareWithArrKind()
H A Dcommon_stubs.cpp115 result = GetDoubleOfTNumber(result); in GenerateCircuit()
H A Dstub_builder-inl.h2571 inline GateRef StubBuilder::GetDoubleOfTNumber(GateRef x) in GetDoubleOfTNumber() function in panda::ecmascript::kungfu::StubBuilder
2573 return env_->GetBuilder()->GetDoubleOfTNumber(x); in GetDoubleOfTNumber()
H A Dcircuit_builder.h866 GateRef GetDoubleOfTNumber(GateRef x);
H A Dnumber_speculative_retype.cpp1329 result = builder_.GetDoubleOfTNumber(number); in CheckAndConvertToFloat64()
H A Dstub_builder.h674 GateRef GetDoubleOfTNumber(GateRef x);
H A Dstub_builder.cpp8921 GateRef num = GetDoubleOfTNumber(number); in ToLength()

Completed in 70 milliseconds