Home
last modified time | relevance | path

Searched refs:kArenaAllocRegAlloc (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/
Darena_allocator.h56 kArenaAllocRegAlloc, enumerator
/art/compiler/dex/quick/
Dralloc_util.cc1215 (arena_->Alloc(num_regs * sizeof(promotion_map_[0]), kArenaAllocRegAlloc)); in DoPromotion()
1235 kArenaAllocRegAlloc)); in DoPromotion()
1238 kArenaAllocRegAlloc)); in DoPromotion()
Dmir_to_lir.h344 return arena->Alloc(size, kArenaAllocRegAlloc); in new()
456 return arena->Alloc(size, kArenaAllocRegAlloc); in new()
/art/compiler/dex/
Dvreg_analysis.cc442 kArenaAllocRegAlloc)); in InitRegLocations()
Dmir_optimization.cc258 kArenaAllocRegAlloc)); in GetNewCompilerTemp()
281 static_cast<CompilerTemp *>(arena_->Alloc(sizeof(CompilerTemp), kArenaAllocRegAlloc)); in GetNewCompilerTemp()