Searched refs:action_seqlock (Results 1 – 2 of 2) sorted by relevance
76 uint32_t action_seqlock; // incremented before and after any modification member332 if (jit_descriptor.action_seqlock == process.last_jit_descriptor.action_seqlock && in ReadProcess()333 dex_descriptor.action_seqlock == process.last_dex_descriptor.action_seqlock) { in ReadProcess()348 bool has_update = new_descriptor.action_seqlock != old_descriptor->action_seqlock && in ReadDebugInfo()349 (new_descriptor.action_seqlock & 1) == 0; in ReadDebugInfo()351 << ": old seqlock " << old_descriptor->action_seqlock << ", new seqlock " in ReadDebugInfo()352 << new_descriptor.action_seqlock; in ReadDebugInfo()359 uint32_t read_entry_limit = (new_descriptor.action_seqlock - old_descriptor->action_seqlock) / 2; in ReadDebugInfo()392 return prev_descriptor.action_seqlock != tmp_jit_descriptor.action_seqlock; in IsDescriptorChanged()394 return prev_descriptor.action_seqlock != tmp_dex_descriptor.action_seqlock; in IsDescriptorChanged()[all …]
54 uint32_t action_seqlock = 0; // incremented before and after any modification member