/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 155 …static JSTaggedValue StSuperByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue key, JSTagg…
|
D | slow_runtime_stub.cpp | 1036 JSTaggedValue SlowRuntimeStub::StSuperByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue ke… in StSuperByValue() function in panda::ecmascript::SlowRuntimeStub 1039 INTERPRETER_TRACE(thread, StSuperByValue); in StSuperByValue()
|
D | interpreter-inl.h | 2602 … JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); in RunInternal() 3004 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); in RunInternal() 6418 … JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); in RunInternal() 6491 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); in RunInternal()
|
D | interpreter_assembly.cpp | 2300 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); in HandleStsuperbyvalueImm8V8V8() 2638 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); in HandleStsuperbynameImm8Id16V8() 5169 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); in HandleStsuperbynameImm16Id16V8() 5678 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); in HandleStsuperbyvalueImm16V8V8()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 1748 void PandaGen::StSuperByValue(const ir::AstNode *node, VReg obj, VReg prop) in StSuperByValue() function in panda::es2panda::compiler::PandaGen 1766 StSuperByValue(node, obj, std::get<VReg>(prop)); in StoreSuperProperty() 1779 StSuperByValue(node, obj, property); in StoreSuperProperty()
|
D | pandagen.h | 436 void StSuperByValue(const ir::AstNode *node, VReg obj, VReg prop);
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 194 V(StSuperByValue) \
|
D | runtime_stubs.cpp | 782 DEF_RUNTIME_STUBS(StSuperByValue) in DEF_RUNTIME_STUBS() argument 784 RUNTIME_STUBS_HEADER(StSuperByValue); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 1427 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc }); in DECLARE_ASM_HANDLER() 1438 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc }); in DECLARE_ASM_HANDLER() 1448 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc }); in DECLARE_ASM_HANDLER() 1458 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc }); in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 199 V(StSuperByValue) \
|