Searched refs:GetStringCtorType (Results 1 – 4 of 4) sorted by relevance
463 compiler::StringCtorType GetStringCtorType(MethodPtr ctorMethod) const override in GetStringCtorType() function
822 virtual StringCtorType GetStringCtorType([[maybe_unused]] MethodPtr ctorMethod) const in GetStringCtorType() function
3056 StringCtorType GetStringCtorType() const in GetStringCtorType() function3066 clone->CastToInitString()->SetStringCtorType(GetStringCtorType()); in Clone()
1342 auto ctorType = GetRuntime()->GetStringCtorType(ctorMethod); in BuildInitString()