Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc213 class LoadStringSlowPathARM64 : public SlowPathCodeARM64 { class
215 explicit LoadStringSlowPathARM64(HLoadString* instruction) : instruction_(instruction) {} in LoadStringSlowPathARM64() function in art::arm64::LoadStringSlowPathARM64
240 DISALLOW_COPY_AND_ASSIGN(LoadStringSlowPathARM64);
2157 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathARM64(load); in VisitLoadString()