Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.cpp539 bool JITDebugReader::ParseDescriptor(const DescriptorT& raw_descriptor, Descriptor* descriptor) { in ParseDescriptor() argument
540 if (!raw_descriptor.Valid()) { in ParseDescriptor()
543 descriptor->action_seqlock = raw_descriptor.action_seqlock; in ParseDescriptor()
544 descriptor->action_timestamp = raw_descriptor.action_timestamp; in ParseDescriptor()
545 descriptor->first_entry_addr = raw_descriptor.first_entry_addr; in ParseDescriptor()
546 descriptor->version = raw_descriptor.AndroidVersion(); in ParseDescriptor()
DJITDebugReader.h198 bool ParseDescriptor(const DescriptorT& raw_descriptor, Descriptor* descriptor);