Searched refs:cur_offset_ (Results 1 – 2 of 2) sorted by relevance
593 start_time_(MicroTime()), clock_overhead_ns_(GetClockOverheadNanoSeconds()), cur_offset_(0), in Trace()613 cur_offset_.StoreRelaxed(kTraceHeaderLength); in Trace()676 final_offset = cur_offset_.LoadRelaxed(); in FinishTracing()890 int32_t old_offset = cur_offset_.LoadRelaxed(); in WriteToBuf()903 cur_offset_.StoreRelease(0); // Buffer is empty now. in WriteToBuf()910 cur_offset_.StoreRelease(new_offset); in WriteToBuf()925 old_offset = cur_offset_.LoadRelaxed(); in LogMethodTraceEvent()931 } while (!cur_offset_.CompareExchangeWeakSequentiallyConsistent(old_offset, new_offset)); in LogMethodTraceEvent()
280 AtomicInteger cur_offset_; variable