Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm.cc215 class LoadStringSlowPathARM : public SlowPathCodeARM { class
217 explicit LoadStringSlowPathARM(HLoadString* instruction) : instruction_(instruction) {} in LoadStringSlowPathARM() function in art::arm::LoadStringSlowPathARM
240 DISALLOW_COPY_AND_ASSIGN(LoadStringSlowPathARM);
3858 SlowPathCodeARM* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathARM(load); in VisitLoadString()