Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.cc497 void DumpFakeObjectArray(mirror::Object* obj, const std::set<mirror::Object*>& elements)
1417 void Hprof::DumpFakeObjectArray(mirror::Object* obj, const std::set<mirror::Object*>& elements) { in DumpFakeObjectArray() function in art::hprof::Hprof
1568 DumpFakeObjectArray(fake_object_array, fake_roots); in DumpHeapInstanceObject()