Searched defs:X86ExceptionSlowPath (Results 1 – 1 of 1) sorted by relevance
34 class X86ExceptionSlowPath final : public SlowPath { class36 explicit X86ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86ExceptionSlowPath() function in art::x86::X86ExceptionSlowPath