Home
last modified time | relevance | path

Searched refs:PrintMemoryUse (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dhistogram.h65 void PrintMemoryUse(std::ostream& os) const;
Dhistogram-inl.h210 inline void Histogram<Value>::PrintMemoryUse(std::ostream &os) const { in PrintMemoryUse() function
/art/runtime/jit/
Djit_code_cache.cc1931 histogram_stack_map_memory_use_.PrintMemoryUse(os); in Dump()
1932 histogram_code_memory_use_.PrintMemoryUse(os); in Dump()
1933 histogram_profiling_info_memory_use_.PrintMemoryUse(os); in Dump()
Djit.cc203 memory_use_.PrintMemoryUse(os); in DumpInfo()