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

  /art/dex2oat/linker/
relative_patcher_test.h 48 bss_begin_(0u),
70 bss_begin_ = 0u;
88 bss_begin_ = 0u;
181 bss_begin_ + string_index_to_offset_map_.Get(patch.TargetStringIndex().index_);
367 uint32_t bss_begin_; member in class:art::linker::RelativePatcherTest
  /art/runtime/
oat_file.h 322 const uint8_t* BssBegin() const { return bss_begin_; }
398 uint8_t* bss_begin_; member in class:art::OatFile

Completed in 80 milliseconds