Searched defs:ctorMethod (Results 1 – 5 of 5) sorted by relevance
69 auto ctorMethod = Method::Cast(ctorMethodValue); in ProfileDefineClass() local118 auto ctorMethod = Method::Cast(ctorMethodValue); in ProfileClassRootHClass() local1052 auto ctorMethod = ctorFunction->GetMethod(); in DumpDefineClass() local
463 compiler::StringCtorType GetStringCtorType(MethodPtr ctorMethod) const override in GetStringCtorType()
569 EtsMethod *ctorMethod = ctorWrapper->GetEtsMethod(); in CreateAndWrap() local
1341 auto ctorMethod = GetRuntime()->GetMethodById(GetMethod(), ctorMethodId); in BuildInitString() local
822 virtual StringCtorType GetStringCtorType([[maybe_unused]] MethodPtr ctorMethod) const in GetStringCtorType()