Home
last modified time | relevance | path

Searched refs:GetDoubleOfTNumber (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp1034 … timeValue = CallNGCRuntime(glue, RTSTUB_ID(TimeClip), {GetDoubleOfTNumber(value)}); in DECLARE_BUILTINS()
1051 GateRef y = GetDoubleOfTNumber(year); in DECLARE_BUILTINS()
1052 GateRef m = GetDoubleOfTNumber(month); in DECLARE_BUILTINS()
1053 GateRef d = GetDoubleOfTNumber(day); in DECLARE_BUILTINS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp66 GateRef value = builder_.GetDoubleOfTNumber(para1); in TypedTrigonometric()
Dstub_builder-inl.h1806 inline GateRef StubBuilder::GetDoubleOfTNumber(GateRef x) in GetDoubleOfTNumber() function
1808 return env_->GetBuilder()->GetDoubleOfTNumber(x); in GetDoubleOfTNumber()
Dstub_builder.h484 GateRef GetDoubleOfTNumber(GateRef x);
Dcircuit_builder.h450 inline GateRef GetDoubleOfTNumber(GateRef x);
Dcircuit_builder-inl.h139 GateRef CircuitBuilder::GetDoubleOfTNumber(GateRef x) in GetDoubleOfTNumber() function
Dstub_builder.cpp6253 GateRef doubleLen = GetDoubleOfTNumber(number); in CreateListFromArrayLike()
6349 GateRef num = GetDoubleOfTNumber(number); in ToLength()