Searched refs:CreatePrivateProperty (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 192 static JSTaggedValue CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv,
|
D | slow_runtime_stub.cpp | 1239 JSTaggedValue SlowRuntimeStub::CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in CreatePrivateProperty() function in panda::ecmascript::SlowRuntimeStub 1242 INTERPRETER_TRACE(thread, CreatePrivateProperty); in CreatePrivateProperty()
|
D | interpreter-inl.h | 7443 JSTaggedValue res = SlowRuntimeStub::CreatePrivateProperty(thread, lexicalEnv, in RunInternal()
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | classDefinition.cpp | 416 pg->CreatePrivateProperty(this, scope_->privateFieldCnt_, bufIdx); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 497 void CreatePrivateProperty(const ir::AstNode *node, uint32_t num, int32_t bufIdx);
|
D | pandagen.cpp | 2229 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/ |
D | runtime_stubs.h | 364 V(CreatePrivateProperty) \
|
D | runtime_stubs.cpp | 2644 DEF_RUNTIME_STUBS(CreatePrivateProperty) in DEF_RUNTIME_STUBS() argument 2646 RUNTIME_STUBS_HEADER(CreatePrivateProperty); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 247 V(CreatePrivateProperty) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | slowpath_lowering.cpp | 3204 const int id = RTSTUB_ID(CreatePrivateProperty); in LowerCreatePrivateProperty()
|
D | interpreter_stub.cpp | 5070 GateRef res = CallRuntime(glue, RTSTUB_ID(CreatePrivateProperty), {lexicalEnv, in DECLARE_ASM_HANDLER()
|