Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.cpp390 (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()
DJITDebugReader.h140 kJIT, enumerator