Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc309 class SuspendCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 { class
311 SuspendCheckSlowPathMIPS64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathMIPS64() function in art::mips64::SuspendCheckSlowPathMIPS64
347 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathMIPS64);
1914 SuspendCheckSlowPathMIPS64* slow_path = in GenerateSuspendCheck()
1915 down_cast<SuspendCheckSlowPathMIPS64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
1919 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathMIPS64(instruction, successor); in GenerateSuspendCheck()