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

  /external/libchrome/base/trace_event/
trace_buffer.h 33 TraceEvent* GetEventAt(size_t index) {
37 const TraceEvent* GetEventAt(size_t index) const {
trace_buffer.cc 88 return chunk->GetEventAt(handle.event_index);
205 return chunk->GetEventAt(handle.event_index);
trace_log.cc 218 return chunk_->GetEventAt(handle.event_index);
933 chunk->GetEventAt(j)->AppendAsJSON(&(json_events_str_ptr->data()),
    [all...]
  /external/v8/src/libplatform/tracing/
trace-buffer.cc 47 return chunk->GetEventAt(event_index);
57 trace_writer_->AppendTraceEvent(chunk->GetEventAt(j));
  /external/v8/include/libplatform/
v8-tracing.h 129 TraceObject* GetEventAt(size_t index) { return &chunk_[index]; }

Completed in 92 milliseconds