Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h326 size_t BssSize() const { in BssSize() function
341 return (bss_roots_ != nullptr) ? bss_roots_ - BssBegin() : BssSize(); in BssRootsOffset()
Doat_file.cc2420 CHECK_LT(entry.bss_offset, oat_file->BssSize()); in DCheckIndexToBssMapping()
/art/oatdump/
Doatdump.cc179 oat_file_->BssSize(), in Symbolize()