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

/art/compiler/optimizing/
H A Dcode_generator_mips.cc358 class SuspendCheckSlowPathMIPS : public SlowPathCodeMIPS { class in namespace:art::mips
360 SuspendCheckSlowPathMIPS(HSuspendCheck* instruction, HBasicBlock* successor) function in class:art::mips::SuspendCheckSlowPathMIPS
380 const char* GetDescription() const OVERRIDE { return "SuspendCheckSlowPathMIPS"; }
389 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathMIPS);
1895 SuspendCheckSlowPathMIPS* slow_path =
1896 new (GetGraph()->GetArena()) SuspendCheckSlowPathMIPS(instruction, successor);

Completed in 177 milliseconds