Searched defs:ctorId (Results 1 – 6 of 6) sorted by relevance
394 util::StringView ctorId = ctor_->Function()->Scope()->InternalName(); in Compile() local686 util::StringView ctorId = ctor_->Function()->Scope()->InternalName(); in CompileSendableClass() local
349 uint32_t ctorId = type.GetId(); in IsSkippableObjectTypeSafe() local
247 auto *const ctorId = ctor->Function()->Id(); in CreateConstructorForPartialType() local
1747 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()
383 util::StringView ctorId = node->Ctor()->Function()->Scope()->InternalName(); in Compile() local
1533 void PandaGen::DefineClassWithBuffer(const ir::AstNode *node, const util::StringView &ctorId, uint3… in DefineClassWithBuffer()