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

  /art/compiler/utils/
arena_allocator.h 56 kArenaAllocRegAlloc,
  /art/compiler/dex/quick/
ralloc_util.cc     [all...]
mir_to_lir.h 344 return arena->Alloc(size, kArenaAllocRegAlloc);
456 return arena->Alloc(size, kArenaAllocRegAlloc);
    [all...]
  /art/compiler/dex/
vreg_analysis.cc 442 kArenaAllocRegAlloc));
mir_optimization.cc 258 kArenaAllocRegAlloc));
281 static_cast<CompilerTemp *>(arena_->Alloc(sizeof(CompilerTemp), kArenaAllocRegAlloc));
    [all...]

Completed in 318 milliseconds