Searched defs:JITDescriptor (Results 1 – 2 of 2) 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;73 uint32_t action_seqlock; // incremented before and after any modification[all …]