Home
last modified time | relevance | path

Searched refs:CreatePrivateProperty (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h192 static JSTaggedValue CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv,
Dslow_runtime_stub.cpp1239 JSTaggedValue SlowRuntimeStub::CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in CreatePrivateProperty() function in panda::ecmascript::SlowRuntimeStub
1242 INTERPRETER_TRACE(thread, CreatePrivateProperty); in CreatePrivateProperty()
Dinterpreter-inl.h7443 JSTaggedValue res = SlowRuntimeStub::CreatePrivateProperty(thread, lexicalEnv, in RunInternal()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp416 pg->CreatePrivateProperty(this, scope_->privateFieldCnt_, bufIdx); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h497 void CreatePrivateProperty(const ir::AstNode *node, uint32_t num, int32_t bufIdx);
Dpandagen.cpp2229 void PandaGen::CreatePrivateProperty(const ir::AstNode *node, uint32_t num, int32_t bufIdx) in CreatePrivateProperty() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h364 V(CreatePrivateProperty) \
Druntime_stubs.cpp2644 DEF_RUNTIME_STUBS(CreatePrivateProperty) in DEF_RUNTIME_STUBS() argument
2646 RUNTIME_STUBS_HEADER(CreatePrivateProperty); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h247 V(CreatePrivateProperty) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp3204 const int id = RTSTUB_ID(CreatePrivateProperty); in LowerCreatePrivateProperty()
Dinterpreter_stub.cpp5070 GateRef res = CallRuntime(glue, RTSTUB_ID(CreatePrivateProperty), {lexicalEnv, in DECLARE_ASM_HANDLER()