Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dcrash_test.h33 struct JITDescriptor { struct
34 uint32_t version;
35 uint32_t action_flag;
36 uintptr_t relevant_entry;
37 uintptr_t first_entry;
/system/unwinding/libunwindstack/
DGlobalDebugImpl.h63 struct JITDescriptor { struct
77 static constexpr size_t kSizeOfDescriptorV1 = offsetof(JITDescriptor, magic); argument
/system/extras/simpleperf/
DJITDebugReader.cpp67 struct JITDescriptor { struct
68 uint32_t version;
69 uint32_t action_flag;
70 ADDRT relevant_entry_addr;
71 ADDRT first_entry_addr;
72 uint8_t magic[8];
73 uint32_t flags;
74 uint32_t sizeof_descriptor;
75 uint32_t sizeof_entry;
76 uint32_t action_seqlock; // incremented before and after any modification
[all …]