Home
last modified time | relevance | path

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

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