Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h48 uint64_t jit_code_addr; // The start 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()
59 : type(JIT_DEBUG_JIT_CODE), pid(pid), timestamp(timestamp), jit_code_addr(jit_code_addr), in JITDebugInfo()
Dcmd_record.cpp1301 info.jit_code_addr, info.jit_code_len, 0, map_flags::PROT_JIT_SYMFILE_MAP, in ProcessJITDebugInfo()