Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.cpp388 DescriptorType type = new_descriptor.type; in ReadDebugInfo()
390 (type == DescriptorType::kJIT) ? &process.last_jit_descriptor : &process.last_dex_descriptor; in ReadDebugInfo()
394 LOG(DEBUG) << (type == DescriptorType::kJIT ? "JIT" : "Dex") << " symfiles of pid " << process.pid in ReadDebugInfo()
413 LOG(DEBUG) << (type == DescriptorType::kJIT ? "JIT" : "Dex") << " symfiles of pid " << process.pid in ReadDebugInfo()
417 if (type == DescriptorType::kJIT) { in ReadDebugInfo()
435 if (prev_descriptor.type == DescriptorType::kJIT) { in IsDescriptorChanged()
564 jit_descriptor->type = DescriptorType::kJIT; in ReadDescriptors()
565 dex_descriptor->type = DescriptorType::kDEX; in ReadDescriptors()
DJITDebugReader.h138 enum class DescriptorType { enum
145 DescriptorType type;