Searched refs:descriptors_buf_ (Results 1 – 2 of 2) sorted by relevance
525 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()
229 std::vector<char> descriptors_buf_; variable