Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc408 struct DexCacheStats { struct
409 uint32_t num_strings;
410 uint32_t num_types;
411 uint32_t num_fields;
412 uint32_t num_methods;
413 DexCacheStats() : num_strings(0), in DexCacheStats() argument