Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h49 uint64_t jit_code_len; // The end addr of the JITed code member
57 JITDebugInfo(pid_t pid, uint64_t timestamp, uint64_t jit_code_addr, uint64_t jit_code_len, in JITDebugInfo()
60 jit_code_len(jit_code_len), file_path(file_path) {} in JITDebugInfo()
Dcmd_record.cpp1301 info.jit_code_addr, info.jit_code_len, 0, map_flags::PROT_JIT_SYMFILE_MAP, in ProcessJITDebugInfo()