Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.cpp525 if (descriptors_buf_.size() < location.size) { in GetDescriptorsLocation()
526 descriptors_buf_.resize(location.size); in GetDescriptorsLocation()
555 descriptors_buf_.data())) { in ReadDescriptors()
558 if (!LoadDescriptor(process.is_64bit, &descriptors_buf_[process.jit_descriptor_offset], in ReadDescriptors()
560 !LoadDescriptor(process.is_64bit, &descriptors_buf_[process.dex_descriptor_offset], in ReadDescriptors()
DJITDebugReader.h229 std::vector<char> descriptors_buf_; variable