OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blocking_gc_count
(Results
1 - 2
of
2
) sorted by null
/art/test/099-vmdebug/src/
Main.java
185
String
blocking_gc_count
= VMDebug.getRuntimeStat("art.gc.blocking-gc-count");
local
194
checkNumber(
blocking_gc_count
);
212
String
blocking_gc_count
= map.get("art.gc.blocking-gc-count");
local
221
checkNumber(
blocking_gc_count
);
/cts/tests/tests/os/src/android/os/cts/
DebugTest.java
262
String
blocking_gc_count
= Debug.getRuntimeStat("art.gc.blocking-gc-count");
local
271
checkNumber(
blocking_gc_count
);
289
String
blocking_gc_count
= map.get("art.gc.blocking-gc-count");
local
298
checkNumber(
blocking_gc_count
);
Completed in 229 milliseconds