Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.cc231 class LoadClassSlowPathMIPS : public SlowPathCodeMIPS { class
233 LoadClassSlowPathMIPS(HLoadClass* cls, HInstruction* at) in LoadClassSlowPathMIPS() function in art::mips::LoadClassSlowPathMIPS
289 DISALLOW_COPY_AND_ASSIGN(LoadClassSlowPathMIPS);
3627 new (codegen_->GetScopedAllocator()) LoadClassSlowPathMIPS(check->GetLoadClass(), check); in VisitClinitCheck()
8300 new (codegen_->GetScopedAllocator()) LoadClassSlowPathMIPS(cls, cls); in VisitLoadClass()