Searched defs:LoadStringSlowPathMIPS64 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc230 class LoadStringSlowPathMIPS64 : public SlowPathCodeMIPS64 { class in namespace:art::mips64
232 explicit LoadStringSlowPathMIPS64(HLoadString* instruction) : SlowPathCodeMIPS64(instruction) {} function in class:art::mips64::LoadStringSlowPathMIPS64
271 const char* GetDescription() const OVERRIDE { return "LoadStringSlowPathMIPS64"; }
274 DISALLOW_COPY_AND_ASSIGN(LoadStringSlowPathMIPS64);
5284 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathMIPS64(load);

Completed in 14 milliseconds