Searched refs:remain (Results 1 – 4 of 4) sorted by relevance
/art/runtime/gc/accounting/ |
D | space_bitmap_test.cc | 184 size_t remain = heap_capacity - offset; in RunTest() local 185 size_t end = offset + RoundDown(r.next() % (remain + 1), kAlignment); in RunTest()
|
/art/runtime/base/ |
D | arena_allocator.h | 343 const size_t remain = end_ - ptr_; variable 344 if (remain >= size_delta) {
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 938 # t2 = number of argument bytes remain 1031 daddiu $t2, $a2, -4 # t2 = number of argument bytes remain (skip this ptr) 1041 ble $t2, $zero, call_fn # t2 = number of argument bytes remain 1047 bgt $t2, $zero, 1b # t2 = number of argument bytes remain 1134 move $t2, $a2 # t2 = number of argument bytes remain 1145 ble $t2, $zero, call_sfn # t2 = number of argument bytes remain 1151 bgt $t2, $zero, 1b # t2 = number of argument bytes remain
|
/art/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|