HomeSort by relevance Sort by last modified time
    Searched refs:NumLongOrDoubleArgs (Results 1 - 5 of 5) sorted by null

  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 202 size_t num_spills = NumArgs() + NumLongOrDoubleArgs();
480 size_t param_args = NumArgs() + NumLongOrDoubleArgs(); // twice count 8-byte args
  /art/compiler/jni/quick/
calling_convention.h 170 size_t NumLongOrDoubleArgs() const {
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 450 size_t param_args = NumArgs() + NumLongOrDoubleArgs(); // Twice count 8-byte args.
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 269 size_t param_args = NumArgs() + NumLongOrDoubleArgs();
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 278 size_t param_args = NumArgs() + NumLongOrDoubleArgs();

Completed in 88 milliseconds