Searched refs:middle (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/ |
D | intrusive_forward_list.h | 357 const_iterator middle = before_begin(); in sort() local 358 std::advance(middle, n / 2u); in sort() 360 second_half.splice_after(second_half.before_begin(), *this, middle, end()); in sort()
|
/art/runtime/interpreter/mterp/mips/ |
D | other.S | 93 FETCH(a1, 2) # a1 <- BBBB (low middle) 94 FETCH(a2, 3) # a2 <- hhhh (high middle)
|
/art/runtime/interpreter/mterp/mips64/ |
D | other.S | 98 lh a1, 4(rPC) # a1 <- BBBB (low middle) 99 lh a2, 6(rPC) # a2 <- hhhh (high middle)
|
/art/runtime/interpreter/mterp/arm/ |
D | other.S | 97 FETCH r1, 2 @ r1<- BBBB (low middle) 98 FETCH r2, 3 @ r2<- hhhh (high middle)
|