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

  /art/runtime/
oat_file.h 272 return (bss_roots_ != nullptr) ? bss_roots_ - BssBegin() : BssSize();
339 uint8_t* bss_roots_; member in class:art::OatFile
oat_file.cc 253 bss_roots_ = const_cast<uint8_t*>(FindDynamicSymbolAddress("oatbssroots", &symbol_error_msg));
345 !IsAlignedParam(bss_roots_, static_cast<size_t>(pointer_size)) ||
352 bss_roots_,
358 (bss_roots_ != nullptr && (bss_roots_ < bss_begin_ || bss_roots_ > bss_end_)) ||
359 (bss_methods_ != nullptr && bss_roots_ != nullptr && bss_methods_ > bss_roots_)) {
365 bss_roots_,
370 uint8_t* after_arrays = (bss_methods_ != nullptr) ? bss_methods_ : bss_roots_; // May be null
    [all...]

Completed in 64 milliseconds