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

  /art/runtime/
oat_file.h 332 ArrayRef<ArtMethod*> GetBssMethods() const;
oat_file.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/oatdump/
oatdump.cc 502 if (oat_file_.GetBssMethods().empty() && oat_file_.GetBssGcRoots().empty()) {
505 os << oat_file_.GetBssMethods().size() << " methods, ";
    [all...]

Completed in 79 milliseconds