OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DumpHeap
(Results
1 - 3
of
3
) sorted by null
/art/runtime/hprof/
hprof.h
24
void
DumpHeap
(const char* filename, int fd, bool direct_to_ddms);
hprof.cc
[
all
...]
/art/runtime/native/
dalvik_system_VMDebug.cc
222
hprof::
DumpHeap
(filename.c_str(), fd, false);
226
hprof::
DumpHeap
("[DDMS]", -1, true);
Completed in 50 milliseconds