Home
last modified time | relevance | path

Searched defs:PerfJitCodeLoad (Results 1 – 1 of 1) sorted by relevance

/art/compiler/jit/
Djit_logger.cc161 struct PerfJitCodeLoad : PerfJitBase { struct
162 uint32_t process_id_; // Process ID who performs the jit code load.
164 uint32_t thread_id_; // Thread ID who performs the jit code load.
166 uint64_t vma_; // Address of the code section. In ART JIT, because code_address_
168 uint64_t code_address_; // Address where is jitted code is loaded.
169 uint64_t code_size_; // Size of the jitted code.
170 uint64_t code_id_; // Unique ID for each jitted code.