Searched refs:LdPrivateProperty (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 444 V(LdPrivateProperty) \
|
H A D | runtime_stubs.cpp | 1959 DEF_RUNTIME_STUBS(LdPrivateProperty) in DEF_RUNTIME_STUBS() 1961 RUNTIME_STUBS_HEADER(LdPrivateProperty); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 202 static JSTaggedValue LdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv,
|
H A D | slow_runtime_stub.cpp | 1268 JSTaggedValue SlowRuntimeStub::LdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in LdPrivateProperty() function in panda::ecmascript::SlowRuntimeStub 1271 INTERPRETER_TRACE(thread, LdPrivateProperty); in LdPrivateProperty()
|
H A D | interpreter-inl.cpp | 4586 JSTaggedValue res = SlowRuntimeStub::LdPrivateProperty(thread, lexicalEnv, levelIndex, slotIndex, obj); in RunInternal()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 244 V(LdPrivateProperty) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.cpp | 3648 const int id = RTSTUB_ID(LdPrivateProperty); in LowerLdPrivateProperty()
|
H A D | interpreter_stub.cpp | 804 RTSTUB_ID(LdPrivateProperty),
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 3531 GateRef res = CallRuntime(glue, RTSTUB_ID(LdPrivateProperty), {lexicalEnv, in GenerateCircuit()
|
Completed in 55 milliseconds