Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc131 return IsParamAReference(itr_args_); in IsCurrentParamAReference()
240 return IsParamAReference(arg_pos); in IsCurrentParamAReference()
Dcalling_convention.h154 bool IsParamAReference(unsigned int param) const { in IsParamAReference() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc381 bool IsParamAReference() const { in IsParamAReference() function in art::QuickArgumentVisitor
1022 if (IsParamAReference()) { in Visit()