Searched defs:entry_count (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Djni_internal-inl.h33 size_t entry_count = locals.Capacity(); local
34 if (entry_count > 16) {
36 << entry_count << " (most recent was a " << PrettyTypeOf(obj) << ")\n");

Completed in 23 milliseconds