Home
last modified time | relevance | path

Searched refs:bss_roots_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.h341 return (bss_roots_ != nullptr) ? bss_roots_ - BssBegin() : BssSize(); in BssRootsOffset()
420 uint8_t* bss_roots_; variable
Doat_file.cc393 bss_roots_ = const_cast<uint8_t*>(FindDynamicSymbolAddress("oatbssroots", &symbol_error_msg)); in ComputeFields()
619 !IsAlignedParam(bss_roots_, static_cast<size_t>(pointer_size)) || in Setup()
626 bss_roots_, in Setup()
632 (bss_roots_ != nullptr && (bss_roots_ < bss_begin_ || bss_roots_ > bss_end_)) || in Setup()
633 (bss_methods_ != nullptr && bss_roots_ != nullptr && bss_methods_ > bss_roots_)) { in Setup()
639 bss_roots_, in Setup()
1945 bss_roots_(nullptr), in OatFile()
1993 reinterpret_cast<ArtMethod**>(bss_roots_ != nullptr ? bss_roots_ : bss_end_); in GetBssMethods()
2001 if (bss_roots_ != nullptr) { in GetBssGcRoots()
2002 auto* roots = reinterpret_cast<GcRoot<mirror::Object>*>(bss_roots_); in GetBssGcRoots()