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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LocalStackSlotAllocation.cpp 41 STATISTIC(NumAllocations, "Number of frame indices allocated into local block");
146 ++NumAllocations;
  /art/runtime/base/
arena_allocator.h 117 size_t NumAllocations() const { return 0u; }
133 size_t NumAllocations() const;
arena_allocator.cc 116 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const {
143 size_t num_allocations = NumAllocations();
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 45 STATISTIC(NumAllocations, "Number of frame indices allocated into local block");
162 ++NumAllocations;

Completed in 102 milliseconds