OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dumpHprofDataMethod
(Results
1 - 2
of
2
) sorted by null
/art/test/074-gc-thrash/src/
Main.java
36
Method
dumpHprofDataMethod
= null;
40
dumpHprofDataMethod
= getDumpHprofDataMethod();
41
if (
dumpHprofDataMethod
!= null) {
51
if (WRITE_HPROF_DATA &&
dumpHprofDataMethod
!= null) {
53
dumpHprofDataMethod
.invoke(null, dumpFile);
/dalvik/tests/074-gc-thrash/src/
Main.java
36
Method
dumpHprofDataMethod
= null;
40
dumpHprofDataMethod
= getDumpHprofDataMethod();
41
if (
dumpHprofDataMethod
!= null) {
51
if (WRITE_HPROF_DATA &&
dumpHprofDataMethod
!= null) {
53
dumpHprofDataMethod
.invoke(null, dumpFile);
Completed in 73 milliseconds