Home
last modified time | relevance | path

Searched refs:action_seqlock (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
DJITDebugReader.cpp73 uint32_t action_seqlock; // incremented before and after any modification member
376 if (jit_descriptor.action_seqlock == process.last_jit_descriptor.action_seqlock && in ReadProcess()
377 dex_descriptor.action_seqlock == process.last_dex_descriptor.action_seqlock) { in ReadProcess()
392 bool has_update = new_descriptor.action_seqlock != old_descriptor->action_seqlock && in ReadDebugInfo()
393 (new_descriptor.action_seqlock & 1) == 0; in ReadDebugInfo()
395 << ": old seqlock " << old_descriptor->action_seqlock << ", new seqlock " in ReadDebugInfo()
396 << new_descriptor.action_seqlock; in ReadDebugInfo()
403 uint32_t read_entry_limit = (new_descriptor.action_seqlock - old_descriptor->action_seqlock) / 2; in ReadDebugInfo()
436 return prev_descriptor.action_seqlock != tmp_jit_descriptor.action_seqlock; in IsDescriptorChanged()
438 return prev_descriptor.action_seqlock != tmp_dex_descriptor.action_seqlock; in IsDescriptorChanged()
[all …]
DJITDebugReader.h147 uint32_t action_seqlock = 0; // incremented before and after any modification member