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

  /art/compiler/utils/
arena_allocator.h 75 size_t NumAllocations() const { return 0u; }
91 size_t NumAllocations() const;
arena_allocator.cc 72 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const {
99 size_t num_allocations = NumAllocations();
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 44 STATISTIC(NumAllocations, "Number of frame indices allocated into local block");
161 ++NumAllocations;

Completed in 41 milliseconds