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

  /external/chromium_org/v8/src/
allocation-tracker.cc 242 allocation_trace_buffer_[length++] = AddFunctionInfo(shared, id);
248 allocation_trace_buffer_[length++] = index;
252 Vector<unsigned>(allocation_trace_buffer_, length));
allocation-tracker.h 136 unsigned allocation_trace_buffer_[kMaxAllocationTraceLength]; member in class:v8::internal::AllocationTracker

Completed in 37 milliseconds