Home
last modified time | relevance | path

Searched refs:bt (Results 1 – 2 of 2) sorted by relevance

/art/test/623-checker-loop-regressions/src/
DMain.java1135 byte[] bt = new byte[10]; in main()
1136 arrayInTripCount(xx, bt, 20); in main()
1137 for (int i = 0; i < bt.length; i++) { in main()
1138 expectEquals(40, bt[i]); in main()
/art/runtime/gc/allocator/
Drosalloc.cc581 auto* const bt = &non_full_runs_[idx]; in RefillRun() local
582 if (!bt->empty()) { in RefillRun()
584 auto it = bt->begin(); in RefillRun()
588 bt->erase(it); in RefillRun()