Home
last modified time | relevance | path

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

/art/compiler/utils/
Darena_allocator.h49 kArenaAllocMIR, enumerator
/art/compiler/dex/
Dmir_optimization_test.cc158 mirs_ = reinterpret_cast<MIR*>(cu_.arena.Alloc(sizeof(MIR) * count, kArenaAllocMIR)); in DoPrepareMIRs()
Dmir_graph.h384 return arena->Alloc(sizeof(MIR), kArenaAllocMIR); in new()
Dlocal_value_numbering_test.cc134 mirs_ = reinterpret_cast<MIR*>(cu_.arena.Alloc(sizeof(MIR) * count, kArenaAllocMIR)); in DoPrepareMIRs()
Dglobal_value_numbering_test.cc233 mirs_ = reinterpret_cast<MIR*>(cu_.arena.Alloc(sizeof(MIR) * count, kArenaAllocMIR)); in DoPrepareMIRs()