Home
last modified time | relevance | path

Searched refs:CreatePrivateProperty (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h442 V(CreatePrivateProperty) \
H A Druntime_stubs.cpp2982 DEF_RUNTIME_STUBS(CreatePrivateProperty) in DEF_RUNTIME_STUBS()
2984 RUNTIME_STUBS_HEADER(CreatePrivateProperty); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h198 static JSTaggedValue CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv,
H A Dslow_runtime_stub.cpp1254 JSTaggedValue SlowRuntimeStub::CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in CreatePrivateProperty() function in panda::ecmascript::SlowRuntimeStub
1257 INTERPRETER_TRACE(thread, CreatePrivateProperty); in CreatePrivateProperty()
H A Dinterpreter-inl.cpp7553 JSTaggedValue res = SlowRuntimeStub::CreatePrivateProperty(thread, lexicalEnv, in RunInternal()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h472 void CreatePrivateProperty(const ir::AstNode *node, uint32_t num, int32_t bufIdx);
H A Dpandagen.cpp2237 void PandaGen::CreatePrivateProperty(const ir::AstNode *node, uint32_t num, int32_t bufIdx) in CreatePrivateProperty() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp416 pg->CreatePrivateProperty(this, scope_->privateFieldCnt_, bufIdx); in Compile()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h250 V(CreatePrivateProperty) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp3761 const int id = RTSTUB_ID(CreatePrivateProperty); in LowerCreatePrivateProperty()
H A Dinterpreter_stub.cpp5605 GateRef res = CallRuntime(glue, RTSTUB_ID(CreatePrivateProperty), {lexicalEnv, in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp5493 GateRef res = CallRuntime(glue, RTSTUB_ID(CreatePrivateProperty), {lexicalEnv, in GenerateCircuit()

Completed in 60 milliseconds