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

/art/compiler/optimizing/
H A Dcode_generator_mips.cc274 class LoadStringSlowPathMIPS : public SlowPathCodeMIPS { class in namespace:art::mips
276 explicit LoadStringSlowPathMIPS(HLoadString* instruction) : SlowPathCodeMIPS(instruction) {} function in class:art::mips::LoadStringSlowPathMIPS
304 const char* GetDescription() const OVERRIDE { return "LoadStringSlowPathMIPS"; }
307 DISALLOW_COPY_AND_ASSIGN(LoadStringSlowPathMIPS);
4062 SlowPathCodeMIPS* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathMIPS(load);

Completed in 34 milliseconds