Home
last modified time | relevance | path

Searched defs:IsParamAReference (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/jni/quick/
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