Home
last modified time | relevance | path

Searched refs:kAllocRegAlloc (Results 1 – 7 of 7) sorted by relevance

/art/compiler/dex/
Darena_allocator.h93 kAllocRegAlloc, enumerator
Dvreg_analysis.cc378 ArenaAllocator::kAllocRegAlloc)); in BuildRegLocations()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc442 ArenaAllocator::kAllocRegAlloc)); in CompilerInitializeRegAlloc()
446 ArenaAllocator::kAllocRegAlloc)); in CompilerInitializeRegAlloc()
450 ArenaAllocator::kAllocRegAlloc)); in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/mips/
Dtarget_mips.cc466 ArenaAllocator::kAllocRegAlloc)); in CompilerInitializeRegAlloc()
469 (arena_->Alloc(num_regs * sizeof(*reg_pool_->core_regs), ArenaAllocator::kAllocRegAlloc)); in CompilerInitializeRegAlloc()
472 (arena_->Alloc(num_fp_regs * sizeof(*reg_pool_->FPRegs), ArenaAllocator::kAllocRegAlloc)); in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc542 ArenaAllocator::kAllocRegAlloc)); in CompilerInitializeRegAlloc()
545 (arena_->Alloc(num_regs * sizeof(*reg_pool_->core_regs), ArenaAllocator::kAllocRegAlloc)); in CompilerInitializeRegAlloc()
548 (arena_->Alloc(num_fp_regs * sizeof(*reg_pool_->FPRegs), ArenaAllocator::kAllocRegAlloc)); in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/
Dralloc_util.cc975 ArenaAllocator::kAllocRegAlloc)); in DoPromotion()
978 ArenaAllocator::kAllocRegAlloc)); in DoPromotion()
Dcodegen_util.cc967 sizeof(promotion_map_[0]), ArenaAllocator::kAllocRegAlloc)); in Mir2Lir()