Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcompact_dex_file.h61 uint32_t OwnedDataEnd() const { in OwnedDataEnd() function
/art/libdexfile/external/
Ddex_file_ext.cc220 uint32_t end = cdex_header.data_off_ + cdex_header.OwnedDataEnd(); in ADexFile_findMethodAtOffset()
/art/dex2oat/
Ddex2oat_test.cc1343 EXPECT_LE(header.OwnedDataBegin(), header.OwnedDataEnd()); in TEST_F()
1345 EXPECT_LE(header.OwnedDataEnd(), header.data_size_); in TEST_F()
1350 ASSERT_LT(method.GetCodeItemOffset(), header.OwnedDataEnd()); in TEST_F()
1358 (dex_file->GetHeader().OwnedDataBegin() >= other_dex->GetHeader().OwnedDataEnd()) || in TEST_F()
1359 (dex_file->GetHeader().OwnedDataEnd() <= other_dex->GetHeader().OwnedDataBegin())); in TEST_F()