Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc96 return IsParamADouble(itr_args_); in IsCurrentParamADouble()
208 return IsParamADouble(arg_pos); in IsCurrentParamADouble()
Dcalling_convention.h130 bool IsParamADouble(unsigned int param) const { in IsParamADouble() function
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc134 int32_t size = IsParamADouble(itr_args_) ? 8 : 4; in EntrySpills()