Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_method.h321 bool IsVarargs() const { in IsVarargs() function
H A Dart_method.cc403 if (!IsNative() || !IsVarargs()) { in IsSignaturePolymorphic()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc948 if (bsm->GetTargetMethod()->IsVarargs()) { in InvokeBootstrapMethod()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3938 (!res_method->IsNative() || !res_method->IsVarargs()))) { in ResolveMethodAndCheckAccess()