Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.cpp386 bool JITDebugReader::ReadDebugInfo(Process& process, Descriptor& new_descriptor, in ReadDebugInfo() argument
388 DescriptorType type = new_descriptor.type; in ReadDebugInfo()
392 bool has_update = new_descriptor.action_seqlock != old_descriptor->action_seqlock && in ReadDebugInfo()
393 (new_descriptor.action_seqlock & 1) == 0; 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()
404 if (!ReadNewCodeEntries(process, new_descriptor, old_descriptor->action_timestamp, in ReadDebugInfo()
410 if (IsDescriptorChanged(process, new_descriptor)) { in ReadDebugInfo()
425 *old_descriptor = new_descriptor; in ReadDebugInfo()
DJITDebugReader.h191 bool ReadDebugInfo(Process& process, Descriptor& new_descriptor,