Home
last modified time | relevance | path

Searched refs:is_empty_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/libplatform/tracing/
Dtrace-buffer.cc22 if (is_empty_ || chunks_[chunk_index_]->IsFull()) { in AddTraceEvent()
23 chunk_index_ = is_empty_ ? 0 : NextChunkIndex(chunk_index_); in AddTraceEvent()
24 is_empty_ = false; in AddTraceEvent()
53 if (!is_empty_) { in Flush()
65 is_empty_ = true; in Flush()
Dtrace-buffer.h40 bool is_empty_ = true; variable
/external/v8/src/debug/
Dinterface-types.h42 bool is_empty_; variable
/external/v8/src/
Dapi.cc9495 is_empty_(false) {} in Location()
9500 is_empty_(true) {} in Location()
9512 bool debug::Location::IsEmpty() const { return is_empty_; } in IsEmpty()