HomeSort by relevance Sort by last modified time
    Searched refs:AllocateFromNextArena (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/
scoped_arena_allocator.h 73 ptr = AllocateFromNextArena(rounded_bytes);
80 uint8_t* AllocateFromNextArena(size_t rounded_bytes);
scoped_arena_allocator.cc 56 uint8_t* ArenaStack::AllocateFromNextArena(size_t rounded_bytes) {
98 ptr = AllocateFromNextArena(rounded_bytes);

Completed in 485 milliseconds