Home
last modified time | relevance | path

Searched refs:LdBigInt (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h393 V(LdBigInt) \
H A Druntime_stubs.cpp2668 DEF_RUNTIME_STUBS(LdBigInt) in DEF_RUNTIME_STUBS()
2670 RUNTIME_STUBS_HEADER(LdBigInt); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h183 static JSTaggedValue LdBigInt(JSThread *thread, JSTaggedValue numberBigInt);
H A Dslow_runtime_stub.cpp1183 JSTaggedValue SlowRuntimeStub::LdBigInt(JSThread *thread, JSTaggedValue numberBigInt) in LdBigInt() function in panda::ecmascript::SlowRuntimeStub
1185 INTERPRETER_TRACE(thread, LdBigInt); in LdBigInt()
H A Dinterpreter-inl.cpp3166 JSTaggedValue res = SlowRuntimeStub::LdBigInt(thread, numberBigInt); in RunInternal()
H A Dinterpreter_assembly.cpp2870 JSTaggedValue res = SlowRuntimeStub::LdBigInt(thread, numberBigInt);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h235 V(LdBigInt) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp1679 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(LdBigInt), {numberBigInt}, true); in LowerLdBigInt()
H A Dinterpreter_stub.cpp3279 GateRef res = CallRuntime(glue, RTSTUB_ID(LdBigInt), { numberBigInt }); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp3310 GateRef res = CallRuntime(glue, RTSTUB_ID(LdBigInt), { numberBigInt }); in GenerateCircuit()

Completed in 64 milliseconds