Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc478 struct DexCacheStats { struct
479 uint32_t num_strings;
480 uint32_t num_types;
481 uint32_t num_fields;
482 uint32_t num_methods;
483 DexCacheStats() : num_strings(0), in DexCacheStats() argument