Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc28 class X86ExceptionSlowPath FINAL : public SlowPath {
30 explicit X86ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86ExceptionSlowPath() function in art::x86::FINAL
520 X86ExceptionSlowPath* slow = new (__ GetArena()) X86ExceptionSlowPath(stack_adjust); in ExceptionPoll()
570 void X86ExceptionSlowPath::Emit(Assembler *sasm) { in Emit()