HomeSort by relevance Sort by last modified time
    Searched refs:IsCurrentArgExplicit (Results 1 - 2 of 2) sorted by null

  /art/compiler/jni/quick/
calling_convention.cc 103 if (IsCurrentArgExplicit() && // don't query parameter type of implicit args
118 bool ManagedRuntimeCallingConvention::IsCurrentArgExplicit() {
124 return IsCurrentArgExplicit(); // any user parameter may be null
calling_convention.h 250 bool IsCurrentArgExplicit(); // ie a non-implict argument such as this

Completed in 1613 milliseconds