Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc420 class SuspendCheckSlowPathARM64 : public SlowPathCodeARM64 { class
422 SuspendCheckSlowPathARM64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathARM64() function in art::arm64::SuspendCheckSlowPathARM64
458 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathARM64);
1874 SuspendCheckSlowPathARM64* slow_path = in GenerateSuspendCheck()
1875 down_cast<SuspendCheckSlowPathARM64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
1878 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathARM64(instruction, successor); in GenerateSuspendCheck()