Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.cc358 class SuspendCheckSlowPathMIPS : public SlowPathCodeMIPS { class
360 SuspendCheckSlowPathMIPS(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathMIPS() function in art::mips::SuspendCheckSlowPathMIPS
389 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathMIPS);
1895 SuspendCheckSlowPathMIPS* slow_path = in GenerateSuspendCheck()
1896 new (GetGraph()->GetArena()) SuspendCheckSlowPathMIPS(instruction, successor); in GenerateSuspendCheck()