Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc116 return IsParamAReference(itr_args_); in IsCurrentParamAReference()
234 return IsParamAReference(arg_pos); in IsCurrentParamAReference()
Dcalling_convention.h157 bool IsParamAReference(unsigned int param) const { in IsParamAReference() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc346 bool IsParamAReference() const { in IsParamAReference() function in art::QuickArgumentVisitor
1011 if (IsParamAReference()) { in Visit()