Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc290 class SuspendCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 { class
292 SuspendCheckSlowPathMIPS64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathMIPS64() function in art::mips64::SuspendCheckSlowPathMIPS64
326 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathMIPS64);
994 SuspendCheckSlowPathMIPS64* slow_path = in GenerateSuspendCheck()
995 new (GetGraph()->GetArena()) SuspendCheckSlowPathMIPS64(instruction, successor); in GenerateSuspendCheck()