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
303 ArtMethod* WellKnownClasses::StringInitToStringFactory(ArtMethod* string_init) { in StringInitToStringFactory() argument307 if (string_init == (init_runtime_name)) { \ in StringInitToStringFactory()317 uint32_t WellKnownClasses::StringInitToEntryPoint(ArtMethod* string_init) { in StringInitToEntryPoint() argument320 if (string_init == (init_runtime_name)) { \ in StringInitToEntryPoint()
1212 bool string_init = false; in DoCallCommon() local1217 string_init = true; in DoCallCommon()1244 DCHECK_EQ(string_init ? number_of_inputs - 1 : number_of_inputs, accessor.InsSize()); in DoCallCommon()1264 if (UNLIKELY(string_init)) { in DoCallCommon()1328 DCHECK(!string_init); // All StringFactory methods are static. in DoCallCommon()1407 if (string_init && !self->IsExceptionPending()) { in DoCallCommon()