Searched defs:JITCodeEntry (Results 1 – 1 of 1) sorted by relevance
94 struct JITCodeEntry { struct97 std::atomic<JITCodeEntry*> next_;99 JITCodeEntry* prev_;100 const uint8_t* symfile_addr_;101 uint64_t symfile_size_; // Beware of the offset (12 on x86; but 16 on ARM32).104 uint64_t register_timestamp_; // CLOCK_MONOTONIC time of entry registration.