Searched defs:PerfJitCodeLoad (Results 1 – 1 of 1) sorted by relevance
165 struct PerfJitCodeLoad : PerfJitBase { struct166 uint32_t process_id_; // Process ID who performs the jit code load.168 uint32_t thread_id_; // Thread ID who performs the jit code load.170 uint64_t vma_; // Address of the code section. In ART JIT, because code_address_172 uint64_t code_address_; // Address where is jitted code is loaded.173 uint64_t code_size_; // Size of the jitted code.174 uint64_t code_id_; // Unique ID for each jitted code.