Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_helper.h104 bool IsParamAReference(size_t param) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsParamAReference() function
/art/compiler/jni/quick/
Dcalling_convention.h148 bool IsParamAReference(unsigned int param) const { in IsParamAReference() function
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc79 bool IsParamAReference() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsParamAReference() function in art::PortableArgumentVisitor
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc275 bool IsParamAReference() const { in IsParamAReference() function in art::QuickArgumentVisitor