Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dcall_mips.cc76 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData)); in GenLargeSparseSwitch()
149 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData)); in GenLargePackedSwitch()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc59 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData)); in GenLargeSparseSwitch()
108 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData)); in GenLargePackedSwitch()
/art/runtime/base/
Darena_allocator.h68 kArenaAllocData, enumerator
/art/compiler/dex/quick/arm/
Dcall_arm.cc60 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData)); in GenLargeSparseSwitch()
105 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData)); in GenLargePackedSwitch()
/art/compiler/dex/quick/x86/
Dcall_x86.cc62 static_cast<SwitchTable*>(arena_->Alloc(sizeof(SwitchTable), kArenaAllocData)); in GenLargePackedSwitch()
Dtarget_x86.cc2347 LIR* new_value = static_cast<LIR*>(arena_->Alloc(sizeof(LIR), kArenaAllocData)); in AddVectorLiteral()
/art/compiler/dex/quick/
Dcodegen_util.cc455 LIR* new_value = static_cast<LIR*>(arena_->Alloc(sizeof(LIR), kArenaAllocData)); in AddWordData()