Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.cc292 class LoadStringSlowPathMIPS : public SlowPathCodeMIPS { class
294 explicit LoadStringSlowPathMIPS(HLoadString* instruction) in LoadStringSlowPathMIPS() function in art::mips::LoadStringSlowPathMIPS
324 DISALLOW_COPY_AND_ASSIGN(LoadStringSlowPathMIPS);
8466 new (codegen_->GetScopedAllocator()) LoadStringSlowPathMIPS(load); in VisitLoadString()