Home
last modified time | relevance | path

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

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