Searched refs:X86_64ExceptionSlowPath (Results 1 – 1 of 1) sorted by relevance
602 class X86_64ExceptionSlowPath final : public SlowPath { class604 explicit X86_64ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86_64ExceptionSlowPath() function in art::x86_64::X86_64ExceptionSlowPath611 X86_64ExceptionSlowPath* slow = new (__ GetAllocator()) X86_64ExceptionSlowPath(stack_adjust); in ExceptionPoll()658 void X86_64ExceptionSlowPath::Emit(Assembler *sasm) { in Emit()