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

  /art/compiler/dex/
verified_method.cc 80 const verifier::RegType& cast_type = local
84 if (cast_type.IsStrictlyAssignableFrom(reg_type, /* method_verifier */ nullptr)) {
90 DCHECK(cast_type.HasClass());
92 cast_type.GetClass(),
  /art/runtime/verifier/
method_verifier.cc 2679 const RegType& cast_type = ResolveClassAndCheckAccess( local
    [all...]

Completed in 604 milliseconds