Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc117 return IsParamAReference(itr_args_); in IsCurrentParamAReference()
226 return IsParamAReference(arg_pos); in IsCurrentParamAReference()
Dcalling_convention.h153 bool IsParamAReference(unsigned int param) const { in IsParamAReference() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc345 bool IsParamAReference() const { in IsParamAReference() function in art::QuickArgumentVisitor
1010 if (IsParamAReference()) { in Visit()