Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h105 uint32_t GetDataSize() const { in GetDataSize() function
363 uint64_t GetDataSize() const { in GetDataSize() function
/art/libdexfile/dex/
Dcompact_dex_file.h50 uint32_t GetDataSize() const { in GetDataSize() function
/art/oatdump/
Doatdump.cc1965 size_t data_size = image_header_.GetDataSize(); // stored size in file. in Dump()