Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc602 class X86_64ExceptionSlowPath final : public SlowPath { class
604 explicit X86_64ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86_64ExceptionSlowPath() function in art::x86_64::X86_64ExceptionSlowPath
611 X86_64ExceptionSlowPath* slow = new (__ GetAllocator()) X86_64ExceptionSlowPath(stack_adjust); in ExceptionPoll()
658 void X86_64ExceptionSlowPath::Emit(Assembler *sasm) { in Emit()