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

  /art/runtime/
oat_file.h 287 return BssEnd() - BssBegin();
296 return (bss_methods_ != nullptr) ? bss_methods_ - BssBegin() : BssRootsOffset();
301 return (bss_roots_ != nullptr) ? bss_roots_ - BssBegin() : BssSize();
311 const uint8_t* BssBegin() const;
oat_file.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_dexcache_entrypoints.cc 51 const_cast<uint8_t*>(oat_file->BssBegin() + bss_offset));
quick_trampoline_entrypoints.cc     [all...]

Completed in 585 milliseconds