Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.cc229 class SuspendCheckSlowPathX86 : public SlowPathCode { class
231 SuspendCheckSlowPathX86(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86() function in art::x86::SuspendCheckSlowPathX86
264 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathX86);
6960 SuspendCheckSlowPathX86* slow_path = in GenerateSuspendCheck()
6961 down_cast<SuspendCheckSlowPathX86*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
6964 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathX86(instruction, successor); in GenerateSuspendCheck()