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

  /art/compiler/jni/quick/
calling_convention.cc 104 IsParamALongOrDouble(itr_args_)) {
calling_convention.h 114 bool IsParamALongOrDouble(unsigned int param) const {
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 253 if (IsParamALongOrDouble(cur_arg)) {
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 163 int32_t size = IsParamALongOrDouble(itr_args_) ? 8 : 4;
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 336 if (IsParamALongOrDouble(cur_arg)) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 453 bool IsParamALongOrDouble() const {
    [all...]

Completed in 119 milliseconds