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

  /art/runtime/
oat_file.h 296 return (bss_methods_ != nullptr) ? bss_methods_ - BssBegin() : BssRootsOffset();
373 uint8_t* bss_methods_; member in class:art::OatFile
oat_file.cc 363 bss_methods_ =
545 !IsAlignedParam(bss_methods_, static_cast<size_t>(pointer_size)) ||
552 bss_methods_,
558 if ((bss_methods_ != nullptr && (bss_methods_ < bss_begin_ || bss_methods_ > bss_end_)) ||
560 (bss_methods_ != nullptr && bss_roots_ != nullptr && bss_methods_ > bss_roots_)) {
565 bss_methods_,
572 (bss_methods_ != nullptr) ? bss_methods_ : bss_roots_; // May be null
    [all...]

Completed in 168 milliseconds