Home
last modified time | relevance | path

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

/aosp_15_r20/system/unwinding/libunwindstack/
H A DGlobalDebugImpl.h63 struct JITDescriptor { struct
77 static constexpr size_t kSizeOfDescriptorV1 = offsetof(JITDescriptor, magic); argument
/aosp_15_r20/system/extras/simpleperf/
H A 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 …]
/aosp_15_r20/system/core/debuggerd/
H A 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;
/aosp_15_r20/art/runtime/jit/
H A Ddebugger_interface.cc165 struct JITDescriptor : public JITDescriptorPublic { struct
166 const JITCodeEntry* tail_ = nullptr; // Tail of link list of all live entries.
167 const JITCodeEntry* free_entries_ = nullptr; // List of deleted entries ready for reuse.
170 const JITCodeEntry* zygote_head_entry_ = nullptr;
171 JITCodeEntry application_tail_entry_{};