Home
last modified time | relevance | path

Searched refs:IsCurrentArgExplicit (Results 1 – 2 of 2) sorted by relevance

/art/compiler/jni/quick/
Dcalling_convention.cc87 if (IsCurrentArgExplicit() && // don't query parameter type of implicit args in Next()
102 bool ManagedRuntimeCallingConvention::IsCurrentArgExplicit() { in IsCurrentArgExplicit() function in art::ManagedRuntimeCallingConvention
108 return IsCurrentArgExplicit(); // any user parameter may be null in IsCurrentArgPossiblyNull()
Dcalling_convention.h261 bool IsCurrentArgExplicit(); // ie a non-implict argument such as this