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

  /art/compiler/jni/quick/
calling_convention.cc 212 return NumReferenceArgs() + (IsStatic() ? 1 : 0);
calling_convention.h 176 size_t NumReferenceArgs() const {

Completed in 966 milliseconds