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.java1102 byte[] bt = new byte[10]; in main()
1103 arrayInTripCount(xx, bt, 20); in main()
1104 for (int i = 0; i < bt.length; i++) { in main()
1105 expectEquals(40, bt[i]); in main()
/art/runtime/gc/allocator/
Drosalloc.cc584 auto* const bt = &non_full_runs_[idx]; in RefillRun() local
585 if (!bt->empty()) { in RefillRun()
587 auto it = bt->begin(); in RefillRun()
591 bt->erase(it); in RefillRun()