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
300 ArtMethod* WellKnownClasses::StringInitToStringFactory(ArtMethod* string_init) { in StringInitToStringFactory() argument304 if (string_init == (init_runtime_name)) { \ in StringInitToStringFactory()314 uint32_t WellKnownClasses::StringInitToEntryPoint(ArtMethod* string_init) { in StringInitToEntryPoint() argument317 if (string_init == (init_runtime_name)) { \ in StringInitToEntryPoint()
1216 bool string_init = false; in DoCallCommon() local1221 string_init = true; in DoCallCommon()1248 DCHECK_EQ(string_init ? number_of_inputs - 1 : number_of_inputs, accessor.InsSize()); in DoCallCommon()1268 if (UNLIKELY(string_init)) { in DoCallCommon()1332 DCHECK(!string_init); // All StringFactory methods are static. in DoCallCommon()1411 if (string_init && !self->IsExceptionPending()) { in DoCallCommon()