HomeSort by relevance Sort by last modified time
    Searched refs:BssSize (Results 1 - 3 of 3) sorted by null

  /art/runtime/
oat_file.h 261 size_t BssSize() const {
272 return (bss_roots_ != nullptr) ? bss_roots_ - BssBegin() : BssSize();
oat_file.cc 596 CHECK_LT(entry.bss_offset, BssSize());
    [all...]
  /art/oatdump/
oatdump.cc 164 if (oat_file_->BssSize() != 0) {
165 bss->WriteNoBitsSection(oat_file_->BssSize());
174 oat_file_->BssSize(),
    [all...]

Completed in 271 milliseconds