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

/art/compiler/optimizing/
H A Dcode_generator_mips.cc211 class LoadClassSlowPathMIPS : public SlowPathCodeMIPS { class in namespace:art::mips
213 LoadClassSlowPathMIPS(HLoadClass* cls, function in class:art::mips::LoadClassSlowPathMIPS
255 const char* GetDescription() const OVERRIDE { return "LoadClassSlowPathMIPS"; }
271 DISALLOW_COPY_AND_ASSIGN(LoadClassSlowPathMIPS);
2030 SlowPathCodeMIPS* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathMIPS(
4003 SlowPathCodeMIPS* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathMIPS(

Completed in 12 milliseconds