Searched refs:CreatePrivateProperty (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 442 V(CreatePrivateProperty) \
|
H A D | runtime_stubs.cpp | 2982 DEF_RUNTIME_STUBS(CreatePrivateProperty) in DEF_RUNTIME_STUBS() 2984 RUNTIME_STUBS_HEADER(CreatePrivateProperty); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 198 static JSTaggedValue CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv,
|
H A D | slow_runtime_stub.cpp | 1254 JSTaggedValue SlowRuntimeStub::CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in CreatePrivateProperty() function in panda::ecmascript::SlowRuntimeStub 1257 INTERPRETER_TRACE(thread, CreatePrivateProperty); in CreatePrivateProperty()
|
H A D | interpreter-inl.cpp | 7553 JSTaggedValue res = SlowRuntimeStub::CreatePrivateProperty(thread, lexicalEnv, in RunInternal()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 472 void CreatePrivateProperty(const ir::AstNode *node, uint32_t num, int32_t bufIdx);
|
H A D | pandagen.cpp | 2237 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 D | classDefinition.cpp | 416 pg->CreatePrivateProperty(this, scope_->privateFieldCnt_, bufIdx); in Compile()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 250 V(CreatePrivateProperty) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.cpp | 3761 const int id = RTSTUB_ID(CreatePrivateProperty); in LowerCreatePrivateProperty()
|
H A D | interpreter_stub.cpp | 5605 GateRef res = CallRuntime(glue, RTSTUB_ID(CreatePrivateProperty), {lexicalEnv,
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 5493 GateRef res = CallRuntime(glue, RTSTUB_ID(CreatePrivateProperty), {lexicalEnv, in GenerateCircuit()
|
Completed in 60 milliseconds