Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc184 class LoadClassSlowPathMIPS64 : public SlowPathCodeMIPS64 { class
186 LoadClassSlowPathMIPS64(HLoadClass* cls, HInstruction* at) in LoadClassSlowPathMIPS64() function in art::mips64::LoadClassSlowPathMIPS64
242 DISALLOW_COPY_AND_ASSIGN(LoadClassSlowPathMIPS64);
3182 new (codegen_->GetScopedAllocator()) LoadClassSlowPathMIPS64(check->GetLoadClass(), check); in VisitClinitCheck()
6338 new (codegen_->GetScopedAllocator()) LoadClassSlowPathMIPS64(cls, cls); in VisitLoadClass()