HomeSort by relevance Sort by last modified time
    Searched defs:stack_adjust_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/mips/
assembler_mips.h 497 : scratch_(scratch), stack_adjust_(stack_adjust) {}
501 const size_t stack_adjust_; member in class:art::mips::MipsExceptionSlowPath
  /art/compiler/utils/x86/
assembler_x86.h 637 explicit X86ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {}
640 const size_t stack_adjust_; member in class:art::x86::X86ExceptionSlowPath

Completed in 27 milliseconds