HomeSort by relevance Sort by last modified time
    Searched refs:kArenaAllocRegAlloc (Results 1 - 9 of 9) sorted by null

  /art/compiler/dex/
vreg_analysis.cc 50 RegLocation* loc = arena_->AllocArray<RegLocation>(max_regs, kArenaAllocRegAlloc);
local_value_numbering_test.cc 225 kMaxSsaRegs * sizeof(cu_.mir_graph->reg_location_[0]), kArenaAllocRegAlloc));
    [all...]
mir_optimization.cc 306 kArenaAllocRegAlloc));
    [all...]
global_value_numbering_test.cc 375 cu_.arena.AllocArray<RegLocation>(kMaxSsaRegs, kArenaAllocRegAlloc);
    [all...]
gvn_dead_code_elimination_test.cc 484 kMaxSsaRegs * sizeof(cu_.mir_graph->reg_location_[0]), kArenaAllocRegAlloc));
    [all...]
type_inference_test.cc 512 kMaxSsaRegs * sizeof(cu_.mir_graph->reg_location_[0]), kArenaAllocRegAlloc));
    [all...]
  /art/runtime/base/
arena_allocator.h 67 kArenaAllocRegAlloc,
  /art/compiler/dex/quick/
ralloc_util.cc     [all...]
mir_to_lir.h 321 class RegisterInfo : public ArenaObject<kArenaAllocRegAlloc> {
420 class RegisterPool : public DeletableArenaObject<kArenaAllocRegAlloc> {
    [all...]

Completed in 1546 milliseconds