Home
last modified time | relevance | path

Searched refs:allocation_trace_buffer_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dallocation-tracker.cc239 allocation_trace_buffer_[length++] = AddFunctionInfo(shared, id); in AllocationEvent()
245 allocation_trace_buffer_[length++] = index; in AllocationEvent()
249 Vector<unsigned>(allocation_trace_buffer_, length)); in AllocationEvent()
Dallocation-tracker.h145 unsigned allocation_trace_buffer_[kMaxAllocationTraceLength]; variable