Searched defs:SuspendCheckSlowPathARM64 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc390 class SuspendCheckSlowPathARM64 : public SlowPathCodeARM64 { class in namespace:art::arm64
392 SuspendCheckSlowPathARM64(HSuspendCheck* instruction, HBasicBlock* successor) function in class:art::arm64::SuspendCheckSlowPathARM64
419 const char* GetDescription() const OVERRIDE { return "SuspendCheckSlowPathARM64"; }
428 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathARM64);
1515 SuspendCheckSlowPathARM64* slow_path =
1516 down_cast<SuspendCheckSlowPathARM64*>(instruction->GetSlowPath());
1518 slow_path = new (GetGraph()->GetArena()) SuspendCheckSlowPathARM64(instruction, successor);

Completed in 46 milliseconds