/art/runtime/gc/allocator/ |
rosalloc.h | 452 // Dump the run metadata for debugging. 453 std::string Dump(); [all...] |
/art/runtime/gc/space/ |
large_object_space.cc | 536 void FreeListSpace::Dump(std::ostream& os) const {
|
/art/runtime/jit/ |
jit_code_cache.cc | [all...] |
/art/runtime/ |
profiler.cc | 103 thread->Dump(os);
|
reflection.cc | 371 << self->GetException()->Dump(); [all...] |
thread.h | 190 void Dump(std::ostream& os, [all...] |
class_linker.cc | 175 extra = verify_error->AsThrowable()->Dump(); 207 << klass->GetLocation() << "\n" << Thread::Current()->GetException()->Dump(); [all...] |
/external/drm_hwcomposer/ |
hwcomposer.cpp | 370 ctx->drm.compositor()->Dump(&out); 950 ctx->device.dump = hwc_dump;
|
/external/skia/src/core/ |
SkGlyphCache.cpp | 401 void SkGlyphCache::dump() const { 583 void SkGlyphCache::Dump() { 595 SkTraceMemoryDump* dump = static_cast<SkTraceMemoryDump*>(context); 612 dump->dumpNumericValue(dumpName.c_str(), "size", "bytes", cache.getMemoryUsed()); 613 dump->dumpNumericValue(dumpName.c_str(), "glyph_count", "objects", cache.countCachedGlyphs()); 614 dump->setMemoryBacking(dumpName.c_str(), "malloc", nullptr); 617 void SkGlyphCache::DumpMemoryStatistics(SkTraceMemoryDump* dump) { 618 dump->dumpNumericValue(gGlyphCacheDumpName, "size", "bytes", SkGraphics::GetFontCacheUsed()); 619 dump->dumpNumericValue(gGlyphCacheDumpName, "budget_size", "bytes", 621 dump->dumpNumericValue(gGlyphCacheDumpName, "glyph_count", "objects" [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
WifiDisplayController.java | 71 final class WifiDisplayController implements DumpUtils.Dump { 212 public void dump(PrintWriter pw, String prefix) { method in class:WifiDisplayController [all...] |
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
HwcLayerList.cpp | 281 //dump(); 982 void HwcLayerList::dump(Dump& d) function in class:android::intel::HwcLayerList 1047 void HwcLayerList::dump() function in class:android::intel::HwcLayerList [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
HwcLayerList.cpp | 349 //dump(); 924 void HwcLayerList::dump(Dump& d) function in class:android::intel::HwcLayerList 989 void HwcLayerList::dump() function in class:android::intel::HwcLayerList
|
/art/runtime/gc/collector/ |
concurrent_copying.cc | [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 285 def Dump(self, indent=0): 296 i.Dump(indent=indent+1) 612 # Dump fingerprints [all...] |
ota_from_target_files.py | 285 def Dump(self, indent=0): 296 i.Dump(indent=indent+1) 612 # Dump fingerprints [all...] |
/art/runtime/mirror/ |
class.cc | 93 LOG(ERROR) << "Exception: " << self->GetException()->Dump(); [all...] |
/external/v8/src/regexp/ |
jsregexp.h | 301 void Dump(); [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWC2.cpp | 178 std::string Device::dump() const function in class:HWC2::Device 329 if (!loadFunctionPointer(FunctionDescriptor::Dump, mDump)) return; [all...] |
/system/update_engine/ |
update_attempter.cc | 727 install_plan.Dump(); [all...] |
/art/runtime/gc/ |
heap.cc | 119 // Dump the rosalloc stats on SIGQUIT. [all...] |
/art/compiler/ |
oat_writer.cc | [all...] |
/art/compiler/optimizing/ |
nodes.cc | 466 void HLoopInformation::Dump(std::ostream& os) { [all...] |
register_allocator.cc | 568 interval->Dump(stream); [all...] |
/external/skia/samplecode/ |
SampleApp.cpp | [all...] |
/external/skia/src/pathops/ |
SkPathOpsDebug.cpp | 331 SkDPoint::Dump((&pts)[index]); [all...] |