Home
last modified time | relevance | path

Searched refs:LdPrivateProperty (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h444 V(LdPrivateProperty) \
H A Druntime_stubs.cpp1959 DEF_RUNTIME_STUBS(LdPrivateProperty) in DEF_RUNTIME_STUBS()
1961 RUNTIME_STUBS_HEADER(LdPrivateProperty); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h202 static JSTaggedValue LdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv,
H A Dslow_runtime_stub.cpp1268 JSTaggedValue SlowRuntimeStub::LdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in LdPrivateProperty() function in panda::ecmascript::SlowRuntimeStub
1271 INTERPRETER_TRACE(thread, LdPrivateProperty); in LdPrivateProperty()
H A Dinterpreter-inl.cpp4586 JSTaggedValue res = SlowRuntimeStub::LdPrivateProperty(thread, lexicalEnv, levelIndex, slotIndex, obj); in RunInternal()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h244 V(LdPrivateProperty) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp3648 const int id = RTSTUB_ID(LdPrivateProperty); in LowerLdPrivateProperty()
H A Dinterpreter_stub.cpp804 RTSTUB_ID(LdPrivateProperty), in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp3531 GateRef res = CallRuntime(glue, RTSTUB_ID(LdPrivateProperty), {lexicalEnv, in GenerateCircuit()

Completed in 55 milliseconds