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 83 const verifier::RegType& cast_type = local
87 if (cast_type.IsStrictlyAssignableFrom(reg_type, /* method_verifier */ nullptr)) {
93 DCHECK(cast_type.HasClass());
95 cast_type.GetClass(),
  /art/runtime/verifier/
method_verifier.cc 2678 const RegType& cast_type = ResolveClassAndCheckAccess( local
    [all...]

Completed in 143 milliseconds