Lines Matching refs:uint64_t
118 uint64_t time_stamp_; // Timestamp when the header is generated
119 uint64_t flags_; // Currently the flags are only used for choosing clock for timestamp,
156 uint64_t time_stamp_; // Timestamp for the event.
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.
176 uint64_t address_; // Code address which maps to the line/column in source.
186 uint64_t address_; // Starting code address which the debug info describes.
187 uint64_t entry_count_; // How many instances of PerfJitDebugEntry.
281 jit_code.code_address_ = reinterpret_cast<uint64_t>(ptr); in WriteJitDumpLog()