Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h434 V(LdPatchVar) \
H A Druntime_stubs.cpp2941 DEF_RUNTIME_STUBS(LdPatchVar) in DEF_RUNTIME_STUBS()
2943 RUNTIME_STUBS_HEADER(LdPatchVar); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h193 static JSTaggedValue LdPatchVar(JSThread *thread, uint32_t index);
H A Dslow_runtime_stub.cpp1214 JSTaggedValue SlowRuntimeStub::LdPatchVar(JSThread *thread, uint32_t index) in LdPatchVar() function in panda::ecmascript::SlowRuntimeStub
1216 INTERPRETER_TRACE(thread, LdPatchVar); in LdPatchVar()
H A Dinterpreter-inl.cpp7415 JSTaggedValue res = SlowRuntimeStub::LdPatchVar(thread, index); in RunInternal()
H A Dinterpreter_assembly.cpp5984 JSTaggedValue res = SlowRuntimeStub::LdPatchVar(thread, index);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h241 V(LdPatchVar) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp3109 const int id = RTSTUB_ID(LdPatchVar); in LowerWideLdPatchVar()
H A Dinterpreter_stub.cpp5538 GateRef result = CallRuntime(glue, RTSTUB_ID(LdPatchVar), { Int16ToTaggedInt(index) }); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp4760 GateRef result = CallRuntime(glue, RTSTUB_ID(LdPatchVar), { Int16ToTaggedInt(index) }); in GenerateCircuit()

Completed in 66 milliseconds