Home
last modified time | relevance | path

Searched defs:ctorId (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp394 util::StringView ctorId = ctor_->Function()->Scope()->InternalName(); in Compile() local
686 util::StringView ctorId = ctor_->Function()->Scope()->InternalName(); in CompileSendableClass() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h349 uint32_t ctorId = type.GetId(); in IsSkippableObjectTypeSafe() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp247 auto *const ctorId = ctor->Function()->Id(); in CreateConstructorForPartialType() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1747 void PandaGen::DefineClassWithBuffer(const ir::AstNode *node, const util::StringView &ctorId, int32… in DefineClassWithBuffer()
1756 void PandaGen::DefineSendableClass(const ir::AstNode *node, const util::StringView &ctorId, int32_t… in DefineSendableClass()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp383 util::StringView ctorId = node->Ctor()->Function()->Scope()->InternalName(); in Compile() local
Dpandagen.cpp1533 void PandaGen::DefineClassWithBuffer(const ir::AstNode *node, const util::StringView &ctorId, uint3… in DefineClassWithBuffer()