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

  /art/compiler/utils/
arena_allocator.h 49 kArenaAllocMIR,
  /art/compiler/dex/
mir_optimization_test.cc 158 mirs_ = reinterpret_cast<MIR*>(cu_.arena.Alloc(sizeof(MIR) * count, kArenaAllocMIR));
mir_graph.h 384 return arena->Alloc(sizeof(MIR), kArenaAllocMIR);
    [all...]
local_value_numbering_test.cc 134 mirs_ = reinterpret_cast<MIR*>(cu_.arena.Alloc(sizeof(MIR) * count, kArenaAllocMIR));
global_value_numbering_test.cc 233 mirs_ = reinterpret_cast<MIR*>(cu_.arena.Alloc(sizeof(MIR) * count, kArenaAllocMIR));
    [all...]

Completed in 175 milliseconds