Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 4 of 4) sorted by relevance

/art/runtime/base/
Dscoped_arena_allocator.cc64 Arena* tail = top_arena_->next_; in AllocateFromNextArena() local
/art/compiler/driver/
Dcompiled_method_storage.cc110 const uint8_t *tail = reinterpret_cast<const uint8_t*>(data + nblocks * 4); in operator ()() local
/art/runtime/gc/allocator/
Drosalloc.h270 Slot* tail = kUseTail ? reinterpret_cast<Slot*>(tail_) : nullptr; in Verify() local
/art/runtime/
Ddex_file.cc2284 StringPiece tail(rhs); in operator ==() local