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

  /art/compiler/jni/quick/
calling_convention.cc 140 return IsParamADouble(itr_args_);
310 return IsParamADouble(arg_pos);
calling_convention.h 134 bool IsParamADouble(unsigned int param) const {
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 159 int32_t size = IsParamADouble(itr_args_) ? 8 : 4;

Completed in 76 milliseconds