Searched refs:AllocFromNewArena (Results 1 – 2 of 2) sorted by relevance
276 return AllocFromNewArena(bytes);296 return AllocFromNewArena(bytes);388 uint8_t* AllocFromNewArena(size_t bytes);
274 uint8_t* ArenaAllocator::AllocFromNewArena(size_t bytes) { in AllocFromNewArena() function in art::ArenaAllocator299 uint8_t* ret = AllocFromNewArena(bytes); in AllocFromNewArenaWithMemoryTool()