Searched refs:string_init (Results 1 – 3 of 3) sorted by relevance
147 if-eqz p1, :string_init150 :string_init166 if-eqz p1, :string_init171 :string_init190 if-eqz p1, :string_init193 :string_init
272 ArtMethod* WellKnownClasses::StringInitToStringFactory(ArtMethod* string_init) { in StringInitToStringFactory() argument276 if (string_init == (init_runtime_name)) { \ in StringInitToStringFactory()286 uint32_t WellKnownClasses::StringInitToEntryPoint(ArtMethod* string_init) { in StringInitToEntryPoint() argument289 if (string_init == (init_runtime_name)) { \ in StringInitToEntryPoint()
1537 bool string_init = false; in DoCallCommon() local1542 string_init = true; in DoCallCommon()1569 DCHECK_EQ(string_init ? number_of_inputs - 1 : number_of_inputs, accessor.InsSize()); in DoCallCommon()1589 if (UNLIKELY(string_init)) { in DoCallCommon()1653 DCHECK(!string_init); // All StringFactory methods are static. in DoCallCommon()1732 if (string_init && !self->IsExceptionPending()) { in DoCallCommon()