Lines Matching refs:JITDebugInfo
43 struct JITDebugInfo { struct
67 JITDebugInfo(pid_t pid, uint64_t timestamp, uint64_t jit_code_addr, uint64_t jit_code_len, in JITDebugInfo() argument
77 JITDebugInfo(pid_t pid, uint64_t timestamp, uint64_t dex_file_offset, in JITDebugInfo() argument
88 bool operator>(const JITDebugInfo& other) const { return timestamp > other.timestamp; }
116 typedef std::function<bool(const std::vector<JITDebugInfo>&, bool)> debug_info_callback_t;
190 bool ReadProcess(Process& process, std::vector<JITDebugInfo>* debug_info);
192 std::vector<JITDebugInfo>* debug_info);
211 std::vector<JITDebugInfo>* debug_info);
214 std::vector<JITDebugInfo>* debug_info);
215 bool AddDebugInfo(const std::vector<JITDebugInfo>& debug_info, bool sync_kernel_records);
231 std::priority_queue<JITDebugInfo, std::vector<JITDebugInfo>, std::greater<JITDebugInfo>>