Home
last modified time | relevance | path

Searched refs:Left (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc.h125 Slot* Left(size_t bracket_size) { in Left() function
407 for (Slot* slot = LastSlot(); slot >= first_slot; slot = slot->Left(bracket_size)) { in InitFreeList()
/art/cmdline/
DREADME.md232 `Either<Left, Right>` in Haskell. In particular, it would be similar to `Either< int ErrorCode,