Home
last modified time | relevance | path

Searched refs:Valid (Results 1 – 7 of 7) sorted by relevance

/art/libdexfile/dex/
Dtype_lookup_table.h61 bool Valid() const { in Valid() function
67 DCHECK(Valid()); in Size()
77 DCHECK(Valid()); in RawData()
83 DCHECK(Valid()); in RawDataLength()
Dtype_lookup_table_test.cc34 ASSERT_TRUE(table.Valid()); in TEST_F()
42 ASSERT_TRUE(table.Valid()); in TEST_P()
/art/test/072-precise-gc/
Dexpected.txt1 Valid refs: 0
/art/runtime/utils/
Ddex_cache_arrays_layout.h52 bool Valid() const { in Valid() function
/art/runtime/
Doat_file.cc2031 if (LIKELY((oat_dex_file != nullptr) && oat_dex_file->GetTypeLookupTable().Valid())) { in FindClassDef()
/art/dex2oat/linker/
Doat_writer.cc3639 DCHECK(table.Valid()); in WriteTypeLookupTables()
Dimage_writer.cc688 DCHECK(layout.Valid()); in PrepareDexCacheArraySlots()