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

/art/runtime/gc/
H A Dheap.cc183 // Compute heap capacity. Continuous spaces are sorted in order of Begin().
387 // Ensure that spaces remain sorted in increasing order of start address (required for CMS finger)
647 bool search_live_stack, bool sorted) {
667 for (size_t i = 0; i < (sorted ? 1 : 5); ++i) {
673 if (sorted) {
683 if (sorted) {
646 IsLiveObjectLocked(const mirror::Object* obj, bool search_allocation_stack, bool search_live_stack, bool sorted) argument

Completed in 124 milliseconds