Lines Matching refs:uint64_t
119 uint64_t time_stamp_; // Timestamp when the header is generated
120 uint64_t flags_; // Currently the flags are only used for choosing clock for timestamp,
157 uint64_t time_stamp_; // Timestamp for the event.
167 uint64_t vma_; // Address of the code section. In ART JIT, because code_address_
169 uint64_t code_address_; // Address where is jitted code is loaded.
170 uint64_t code_size_; // Size of the jitted code.
171 uint64_t code_id_; // Unique ID for each jitted code.
177 uint64_t address_; // Code address which maps to the line/column in source.
187 uint64_t address_; // Starting code address which the debug info describes.
188 uint64_t entry_count_; // How many instances of PerfJitDebugEntry.
282 jit_code.code_address_ = reinterpret_cast<uint64_t>(ptr); in WriteJitDumpLog()