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

  /art/compiler/jni/quick/
calling_convention.cc 108 if (IsParamAFloatOrDouble(itr_args_)) {
136 return IsParamAFloatOrDouble(itr_args_);
296 return IsParamAFloatOrDouble(arg_pos);
calling_convention.h 124 bool IsParamAFloatOrDouble(unsigned int param) const {
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 316 if (IsParamAFloatOrDouble(0)) {

Completed in 54 milliseconds