Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc393 struct DexCacheStats { struct
394 uint32_t num_strings;
395 uint32_t num_types;
396 uint32_t num_fields;
397 uint32_t num_methods;
398 DexCacheStats() : num_strings(0), in DexCacheStats() argument