Home
last modified time | relevance | path

Searched refs:front_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.cpp746 FrameStackAndInfo *frame = &frames_[front_]; in PopFrame()
747 front_ = (front_ + 1) % QUEUE_CAPACITY; in PopFrame()
755 return front_ == rear_; in IsEmpty()
760 return (rear_ + 1) % QUEUE_CAPACITY == front_; in IsFull()
765 return (rear_ + QUEUE_CAPACITY - front_) % QUEUE_CAPACITY; in GetSize()
770 return front_; in GetFrontIndex()
H A Dsamples_record.h110 int front_ = 0; member in panda::ecmascript::SamplesQueue

Completed in 3 milliseconds