Searched refs:IsParamADouble (Results 1 - 3 of 3) sorted by relevance

/art/compiler/jni/quick/
H A Dcalling_convention.cc140 return IsParamADouble(itr_args_);
272 return IsParamADouble(arg_pos);
H A Dcalling_convention.h132 bool IsParamADouble(unsigned int param) const { function in class:art::CallingConvention
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.cc134 int32_t size = IsParamADouble(itr_args_) ? 8 : 4;

Completed in 75 milliseconds