Home
last modified time | relevance | path

Searched refs:StringInitToEntryPoint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dwell_known_classes.h80 static uint32_t StringInitToEntryPoint(ArtMethod* method);
H A Dwell_known_classes.cc337 uint32_t WellKnownClasses::StringInitToEntryPoint(ArtMethod* string_init) { in StringInitToEntryPoint() function in art::WellKnownClasses
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_builder.cc1093 uint32_t string_init_entry_point = WellKnownClasses::StringInitToEntryPoint(resolved_method); in BuildInvoke()