Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.cc239 class LoadStringSlowPathX86 : public SlowPathCode { class
241 explicit LoadStringSlowPathX86(HLoadString* instruction): SlowPathCode(instruction) {} in LoadStringSlowPathX86() function in art::x86::LoadStringSlowPathX86
265 DISALLOW_COPY_AND_ASSIGN(LoadStringSlowPathX86);
7064 SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) LoadStringSlowPathX86(load); in VisitLoadString()