Searched refs:cur_offset_ (Results 1 – 2 of 2) sorted by relevance
582 start_time_(MicroTime()), clock_overhead_ns_(GetClockOverheadNanoSeconds()), cur_offset_(0), in Trace()602 cur_offset_.StoreRelaxed(kTraceHeaderLength); in Trace()663 final_offset = cur_offset_.LoadRelaxed(); in FinishTracing()863 int32_t old_offset = cur_offset_.LoadRelaxed(); in WriteToBuf()876 cur_offset_.StoreRelease(0); // Buffer is empty now. in WriteToBuf()883 cur_offset_.StoreRelease(new_offset); in WriteToBuf()898 old_offset = cur_offset_.LoadRelaxed(); in LogMethodTraceEvent()904 } while (!cur_offset_.CompareExchangeWeakSequentiallyConsistent(old_offset, new_offset)); in LogMethodTraceEvent()
271 AtomicInteger cur_offset_; variable