Home
last modified time | relevance | path

Searched defs:JITDescriptor (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/
DGlobalDebugImpl.h64 struct JITDescriptor { struct
78 static constexpr size_t kSizeOfDescriptorV1 = offsetof(JITDescriptor, magic); argument
/system/extras/simpleperf/
DJITDebugReader.cpp64 struct JITDescriptor { struct
65 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 …]