Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dwell_known_classes.h49 static uint32_t StringInitToEntryPoint(ArtMethod* method);
H A Dwell_known_classes.cc317 uint32_t WellKnownClasses::StringInitToEntryPoint(ArtMethod* string_init) { in StringInitToEntryPoint() function in art::WellKnownClasses
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc1032 uint32_t string_init_entry_point = WellKnownClasses::StringInitToEntryPoint(resolved_method); in BuildInvoke()