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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc485 class SuspendCheckSlowPathARM64 : public SlowPathCodeARM64 { class in namespace:art::arm64
487 SuspendCheckSlowPathARM64(HSuspendCheck* instruction, HBasicBlock* successor) function in class:art::arm64::SuspendCheckSlowPathARM64
514 const char* GetDescription() const OVERRIDE { return "SuspendCheckSlowPathARM64"; }
523 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathARM64);
2182 SuspendCheckSlowPathARM64* slow_path =
2183 down_cast<SuspendCheckSlowPathARM64*>(instruction->GetSlowPath());
2185 slow_path = new (GetGraph()->GetArena()) SuspendCheckSlowPathARM64(instruction, successor);

Completed in 19 milliseconds