Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp395 util::StringView ctorId = ctor_->Function()->Scope()->InternalName(); in Compile() local
684 util::StringView ctorId = ctor_->Function()->Scope()->InternalName(); in CompileSendableClass() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp773 auto *const ctorId = ctor->Function()->Id(); in CreateConstructorForPartialType() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1780 void PandaGen::DefineClassWithBuffer(const ir::AstNode *node, const util::StringView &ctorId, int32… in DefineClassWithBuffer()
1789 void PandaGen::DefineSendableClass(const ir::AstNode *node, const util::StringView &ctorId, int32_t… in DefineSendableClass()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp400 util::StringView ctorId = node->Ctor()->Function()->Scope()->InternalName(); in Compile() local
Dpandagen.cpp1488 void PandaGen::DefineClassWithBuffer(const ir::AstNode *node, const util::StringView &ctorId, uint3… in DefineClassWithBuffer()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp2204 uint32_t ctorId = type.GetId(); in IsSkippableObjectTypeSafe() local