Searched defs:IsCurrentArgExplicit (Results 1 - 1 of 1) sorted by relevance

/art/compiler/jni/quick/
H A Dcalling_convention.cc59 if (IsCurrentArgExplicit() && // don't query parameter type of implicit args
74 bool ManagedRuntimeCallingConvention::IsCurrentArgExplicit() { function in class:art::ManagedRuntimeCallingConvention
80 return IsCurrentArgExplicit(); // any user parameter may be null

Completed in 5 milliseconds