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

  /art/runtime/verifier/
verifier_deps.cc 254 bool VerifierDeps::IsInClassPath(ObjPtr<mirror::Class> klass) const {
287 if (klass != nullptr && !IsInClassPath(klass)) {
305 if (field != nullptr && !IsInClassPath(field->GetDeclaringClass())) {
328 if (method != nullptr && !IsInClassPath(method->GetDeclaringClass())) {
350 DCHECK(IsInClassPath(destination));
359 while (!IsInClassPath(current)) {
364 } else if (IsInClassPath(direct)) {
379 if (!IsInClassPath(itf)) {
384 } else if (IsInClassPath(direct)) {
465 if (!IsInClassPath(destination) && !IsInClassPath(source))
    [all...]
verifier_deps.h 213 bool IsInClassPath(ObjPtr<mirror::Class> klass) const

Completed in 197 milliseconds