Searched refs:remain (Results 1 – 5 of 5) sorted by relevance
/art/tools/amm/models/ |
D | SoCode.md | 10 or what is causing a library to remain loaded. Individual `.so` files can be
|
/art/runtime/gc/accounting/ |
D | space_bitmap_test.cc | 181 const size_t remain = heap_capacity - offset; in RunTest() local 182 const size_t end = offset + RoundDown(r.next() % (remain + 1), kAlignment); in RunTest()
|
/art/runtime/base/ |
D | arena_allocator.h | 347 const size_t remain = end_ - ptr_; variable 348 if (remain >= size_delta) {
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 973 # t2 = number of argument bytes remain 1065 daddiu $t2, $a2, -4 # t2 = number of argument bytes remain (skip this ptr) 1075 ble $t2, $zero, call_fn # t2 = number of argument bytes remain 1081 bgt $t2, $zero, 1b # t2 = number of argument bytes remain 1167 move $t2, $a2 # t2 = number of argument bytes remain 1178 ble $t2, $zero, call_sfn # t2 = number of argument bytes remain 1184 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
|