Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc124 return IsParamADouble(itr_args_); in IsCurrentParamADouble()
270 return IsParamADouble(arg_pos); in IsCurrentParamADouble()
Dcalling_convention.h137 bool IsParamADouble(unsigned int param) const { in IsParamADouble() function