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

  /art/runtime/
oat_file.h 262 return BssEnd() - BssBegin();
267 return (bss_methods_ != nullptr) ? bss_methods_ - BssBegin() : BssRootsOffset();
272 return (bss_roots_ != nullptr) ? bss_roots_ - BssBegin() : BssSize();
282 const uint8_t* BssBegin() const;
oat_file.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 138 milliseconds