Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc275 class SuspendCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 { class
277 explicit SuspendCheckSlowPathMIPS64(HSuspendCheck* instruction, in SuspendCheckSlowPathMIPS64() function in art::mips64::SuspendCheckSlowPathMIPS64
311 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathMIPS64);
985 SuspendCheckSlowPathMIPS64* slow_path = in GenerateSuspendCheck()
986 new (GetGraph()->GetArena()) SuspendCheckSlowPathMIPS64(instruction, successor); in GenerateSuspendCheck()