Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DGlobalDebugImpl.h64 struct JITDescriptor { struct
78 static constexpr size_t kSizeOfDescriptorV1 = offsetof(JITDescriptor, magic); argument
/aosp12/system/extras/simpleperf/
H A 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;
74 uint64_t action_timestamp; // CLOCK_MONOTONIC time of last action
[all …]
/aosp12/art/runtime/jit/
H A Ddebugger_interface.cc162 struct JITDescriptor : public JITDescriptorPublic { struct
163 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_{};