Searched refs:LdBigInt (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 393 V(LdBigInt) \
|
H A D | runtime_stubs.cpp | 2668 DEF_RUNTIME_STUBS(LdBigInt) in DEF_RUNTIME_STUBS() 2670 RUNTIME_STUBS_HEADER(LdBigInt); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 183 static JSTaggedValue LdBigInt(JSThread *thread, JSTaggedValue numberBigInt);
|
H A D | slow_runtime_stub.cpp | 1183 JSTaggedValue SlowRuntimeStub::LdBigInt(JSThread *thread, JSTaggedValue numberBigInt) in LdBigInt() function in panda::ecmascript::SlowRuntimeStub 1185 INTERPRETER_TRACE(thread, LdBigInt); in LdBigInt()
|
H A D | interpreter-inl.cpp | 3166 JSTaggedValue res = SlowRuntimeStub::LdBigInt(thread, numberBigInt); in RunInternal()
|
H A D | interpreter_assembly.cpp | 2870 JSTaggedValue res = SlowRuntimeStub::LdBigInt(thread, numberBigInt);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 235 V(LdBigInt) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.cpp | 1679 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(LdBigInt), {numberBigInt}, true); in LowerLdBigInt()
|
H A D | interpreter_stub.cpp | 3279 GateRef res = CallRuntime(glue, RTSTUB_ID(LdBigInt), { numberBigInt });
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 3310 GateRef res = CallRuntime(glue, RTSTUB_ID(LdBigInt), { numberBigInt }); in GenerateCircuit()
|
Completed in 64 milliseconds