Searched defs:JITDescriptor (Results 1 – 3 of 3) sorted by relevance
64 struct JITDescriptor { struct78 static constexpr size_t kSizeOfDescriptorV1 = offsetof(JITDescriptor, magic); argument
64 struct JITDescriptor { struct65 uint32_t version;66 uint32_t action_flag;67 ADDRT relevant_entry_addr;68 ADDRT first_entry_addr;69 uint8_t magic[8];70 uint32_t flags;71 uint32_t sizeof_descriptor;72 uint32_t sizeof_entry;74 uint64_t action_timestamp; // CLOCK_MONOTONIC time of last action[all …]
162 struct JITDescriptor : public JITDescriptorPublic { struct163 const JITCodeEntry* tail_ = nullptr; // Tail of link list of all live entries.164 const JITCodeEntry* free_entries_ = nullptr; // List of deleted entries ready for reuse.167 const JITCodeEntry* zygote_head_entry_ = nullptr;168 JITCodeEntry application_tail_entry_{};