Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc100 return IsParamALong(itr_args_); in IsCurrentParamALong()
221 return IsParamALong(arg_pos); in IsCurrentParamALong()
Dcalling_convention.h139 bool IsParamALong(unsigned int param) const { in IsParamALong() function