Home
last modified time | relevance | path

Searched refs:IsTypeIndexValid (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_file.h285 bool IsTypeIndexValid(dex::TypeIndex idx) const { in IsTypeIndexValid() function
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi.cc129 bool HasSuperclass() const { return dex_file_.IsTypeIndexValid(GetSuperclassIndex()); } in HasSuperclass()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc677 ASSERT_FALSE(dex2->IsTypeIndexValid(type_index)); in TEST_F()