Home
last modified time | relevance | path

Searched defs:KIND_ALLOCATED_BYTES (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime_stats.h27 KIND_ALLOCATED_BYTES = 1<<1, enumerator
/art/test/099-vmdebug/src/
DMain.java257 private static final int KIND_ALLOCATED_BYTES = 1<<1; field in Main