Searched refs:DefineGetterSetterByValue (Results 1 – 13 of 13) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | classDefinition.cpp | 290 pg->DefineGetterSetterByValue(this, dest, keyReg, getter, setter, prop->Computed()); in CompileMissingProperties()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 124 …static JSTaggedValue DefineGetterSetterByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue …
|
D | slow_runtime_stub.cpp | 789 JSTaggedValue SlowRuntimeStub::DefineGetterSetterByValue(JSThread *thread, JSTaggedValue obj, JSTag… in DefineGetterSetterByValue() function in panda::ecmascript::SlowRuntimeStub 792 INTERPRETER_TRACE(thread, DefineGetterSetterByValue); in DefineGetterSetterByValue()
|
D | interpreter-inl.h | 2457 … SlowRuntimeStub::DefineGetterSetterByValue(thread, obj, prop, getter, setter, flag.ToBoolean()); in RunInternal()
|
D | interpreter_assembly.cpp | 2178 … SlowRuntimeStub::DefineGetterSetterByValue(thread, obj, prop, getter, setter, flag.ToBoolean()); in HandleDefinegettersetterbyvalueV8V8V8V8()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 411 …void DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter, VReg set…
|
D | pandagen.cpp | 1506 void PandaGen::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter,… in DefineGetterSetterByValue() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | objectExpression.cpp | 386 … pg->DefineGetterSetterByValue(this, objReg, key, getter, setter, prop->IsComputed()); in CompileRemainingProperties()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 267 V(DefineGetterSetterByValue) \
|
D | runtime_stubs.cpp | 1704 DEF_RUNTIME_STUBS(DefineGetterSetterByValue) in DEF_RUNTIME_STUBS() argument 1706 RUNTIME_STUBS_HEADER(DefineGetterSetterByValue); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 107 V(DefineGetterSetterByValue) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | slowpath_lowering.cpp | 2164 const int id = RTSTUB_ID(DefineGetterSetterByValue); in LowerDefineGetterSetterByValue()
|
D | interpreter_stub.cpp | 399 GateRef res = CallRuntime(glue, RTSTUB_ID(DefineGetterSetterByValue), in DECLARE_ASM_HANDLER()
|