Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h281 bool IsVarargs() { in IsVarargs() function
Dart_method.cc411 if (!IsNative() || !IsVarargs()) { in IsPolymorphicSignature()
/art/runtime/interpreter/
Dinterpreter_common.cc1273 if (bsm->GetTargetMethod()->IsVarargs()) { in InvokeBootstrapMethod()
/art/runtime/verifier/
Dmethod_verifier.cc3953 (!res_method->IsNative() || !res_method->IsVarargs()))) { in ResolveMethodAndCheckAccess()