HomeSort by relevance Sort by last modified time
    Searched full:bss_end_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file.cc 202 bss_end_ = nullptr;
204 bss_end_ = const_cast<uint8_t*>(FindDynamicSymbolAddress("oatbsslastword", &symbol_error_msg));
205 if (bss_end_ == nullptr) {
210 bss_end_ += sizeof(uint32_t);
441 if (static_cast<size_t>(bss_end_ - dex_cache_arrays) < layout.Size()) {
447 static_cast<size_t>(bss_end_ - dex_cache_arrays),
478 if (dex_cache_arrays != bss_end_) {
479 // We expect the bss section to be either empty (dex_cache_arrays and bss_end_
483 static_cast<size_t>(bss_end_ - dex_cache_arrays));
    [all...]
oat_file.h 286 uint8_t* bss_end_; member in class:art::OatFile

Completed in 188 milliseconds