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

  /art/compiler/utils/
dedupe_set.h 48 std::string DumpStats(Thread* self) const;
dedupe_set-inl.h 236 std::string DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::DumpStats(
  /art/compiler/driver/
compiled_method_storage.cc 195 os << "\nCode dedupe: " << dedupe_code_.DumpStats(self);
196 os << "\nVmap table dedupe: " << dedupe_vmap_table_.DumpStats(self);
197 os << "\nCFI info dedupe: " << dedupe_cfi_info_.DumpStats(self);
  /build/kati/
stats.go 150 // DumpStats dumps statistics collected if EvalStatsFlag is set.
151 func DumpStats() {
  /art/runtime/gc/space/
rosalloc_space.cc 372 void RosAllocSpace::DumpStats(std::ostream& os) {
374 rosalloc_->DumpStats(os);
rosalloc_space.h 147 void DumpStats(std::ostream& os);
  /build/kati/cmd/kati/
main.go 240 defer kati.DumpStats()
  /art/runtime/gc/allocator/
rosalloc.h     [all...]
rosalloc.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 478 milliseconds