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

  /external/libchrome/base/trace_event/
heap_profiler_heap_dump_writer.cc 178 return std::tie(lhs.stack_frame_id, lhs.type_id) <
179 std::tie(rhs.stack_frame_id, rhs.type_id);
205 entry.stack_frame_id = stack_frame_deduplicator_->Insert(
283 if (entry.stack_frame_id == -1) {
290 SStringPrintf(&buffer, "%i", entry.stack_frame_id);
heap_profiler_heap_dump_writer.h 47 int stack_frame_id; member in struct:base::trace_event::internal::Entry

Completed in 68 milliseconds