Home
last modified time | relevance | path

Searched refs:IsVarargs (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dart_method.h292 bool IsVarargs() { in IsVarargs() function
Dart_method.cc424 if (!IsNative() || !IsVarargs()) { in IsPolymorphicSignature()
/art/runtime/verifier/
Dmethod_verifier.cc3894 (!res_method->IsNative() || !res_method->IsVarargs()))) { in ResolveMethodAndCheckAccess()