Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc128 return IsParamALong(itr_args_); in IsCurrentParamALong()
284 return IsParamALong(arg_pos); in IsCurrentParamALong()
Dcalling_convention.h146 bool IsParamALong(unsigned int param) const { in IsParamALong() function