Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.cpp544 bool JITDebugReader::ParseDescriptor(const DescriptorT& raw_descriptor, Descriptor* descriptor) { in ParseDescriptor() argument
545 if (!raw_descriptor.Valid()) { in ParseDescriptor()
548 descriptor->action_seqlock = raw_descriptor.action_seqlock; in ParseDescriptor()
549 descriptor->action_timestamp = raw_descriptor.action_timestamp; in ParseDescriptor()
550 descriptor->first_entry_addr = raw_descriptor.first_entry_addr; in ParseDescriptor()
551 descriptor->version = raw_descriptor.AndroidVersion(); in ParseDescriptor()
DJITDebugReader.h216 bool ParseDescriptor(const DescriptorT& raw_descriptor, Descriptor* descriptor);