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

  /art/libdexfile/dex/
dex_file.h 278 bool IsTypeIndexValid(dex::TypeIndex idx) const {
    [all...]
  /art/tools/hiddenapi/
hiddenapi.cc 116 bool HasSuperclass() const { return dex_file_.IsTypeIndexValid(GetSuperclassIndex()); }
    [all...]
  /art/compiler/optimizing/
inliner.cc 765 if (!dex_cache->GetDexFile()->IsTypeIndexValid(class_ref.type_index)) {
    [all...]
  /art/libprofile/profile/
profile_compilation_info.cc     [all...]

Completed in 230 milliseconds