Home
last modified time | relevance | path

Searched refs:middle (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/
Dintrusive_forward_list.h357 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/
Dother.S93 FETCH(a1, 2) # a1 <- BBBB (low middle)
94 FETCH(a2, 3) # a2 <- hhhh (high middle)
/art/runtime/interpreter/mterp/mips64/
Dother.S98 lh a1, 4(rPC) # a1 <- BBBB (low middle)
99 lh a2, 6(rPC) # a2 <- hhhh (high middle)
/art/runtime/interpreter/mterp/arm/
Dother.S97 FETCH r1, 2 @ r1<- BBBB (low middle)
98 FETCH r2, 3 @ r2<- hhhh (high middle)