Searched defs:tail (Results 1 - 3 of 3) sorted by relevance

/art/compiler/utils/
H A Dscoped_arena_allocator.cc65 Arena* tail = top_arena_->next_; local
68 top_arena_->next_ = tail;
/art/compiler/driver/
H A Dcompiler_driver.h882 const uint8_t *tail = reinterpret_cast<const uint8_t*>(array.data() + nblocks * 4); local
887 k1 ^= tail[2] << 16;
889 k1 ^= tail[1] << 8;
891 k1 ^= tail[0];
/art/compiler/optimizing/
H A Dnodes.h463 HUseListNode(T* user, size_t index, HUseListNode* tail) argument
464 : user_(user), index_(index), tail_(tail) {}

Completed in 68 milliseconds