Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc421 class SuspendCheckSlowPathARM64 : public SlowPathCodeARM64 { class
423 SuspendCheckSlowPathARM64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathARM64() function in art::arm64::SuspendCheckSlowPathARM64
459 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathARM64);
1921 SuspendCheckSlowPathARM64* slow_path = in GenerateSuspendCheck()
1922 down_cast<SuspendCheckSlowPathARM64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
1925 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathARM64(instruction, successor); in GenerateSuspendCheck()