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

/art/runtime/gc/
H A Dheap.cc349 // Compute heap capacity. Continuous spaces are sorted in order of Begin().
351 // Relies on the spaces being sorted.
736 // Ensure that spaces remain sorted in increasing order of start address.
1076 bool search_live_stack, bool sorted) {
1107 for (size_t i = 0; i < (sorted ? 1 : 5); ++i) {
1112 if (sorted) {
1122 if (sorted) {
2444 // Since we sorted the allocation stack content, need to revoke all
2572 // Since we sorted the allocation stack content, need to revoke all
1075 IsLiveObjectLocked(mirror::Object* obj, bool search_allocation_stack, bool search_live_stack, bool sorted) argument

Completed in 11 milliseconds