Home
last modified time | relevance | path

Searched defs:JITCodeEntry (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/core/debuggerd/
H A Dcrash_test.h26 struct JITCodeEntry { struct
27 uintptr_t next;
28 uintptr_t prev;
29 uintptr_t symfile_addr;
30 uint64_t symfile_size;
/aosp_15_r20/system/unwinding/libunwindstack/
H A DGlobalDebugImpl.h50 struct JITCodeEntry { struct
60 static constexpr size_t kSizeOfCodeEntryV1 = offsetof(JITCodeEntry, timestamp); argument
/aosp_15_r20/system/extras/simpleperf/
H A DJITDebugReader.cpp87 struct JITCodeEntry { struct
88 ADDRT next_addr;
89 ADDRT prev_addr;
90 ADDRT symfile_addr;
91 uint64_t symfile_size;
92 uint64_t register_timestamp; // CLOCK_MONOTONIC time of entry registration
94 bool Valid() const { return symfile_addr > 0u && symfile_size > 0u; } in Valid()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp137 void NotifyDebugger(jit_code_entry* JITCodeEntry) { in NotifyDebugger()
181 jit_code_entry* JITCodeEntry = new jit_code_entry(); in notifyObjectLoaded() local
209 jit_code_entry*& JITCodeEntry = I->second.Entry; in deregisterObjectInternal() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp121 void NotifyDebugger(jit_code_entry* JITCodeEntry) { in NotifyDebugger()
165 jit_code_entry* JITCodeEntry = new jit_code_entry(); in notifyObjectLoaded() local
193 jit_code_entry*& JITCodeEntry = I->second.Entry; in deregisterObjectInternal() local
/aosp_15_r20/external/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp131 void NotifyDebugger(jit_code_entry* JITCodeEntry) { in NotifyDebugger()
178 jit_code_entry* JITCodeEntry = new jit_code_entry(); in NotifyObjectEmitted() local
207 jit_code_entry*& JITCodeEntry = I->second.Entry; in deregisterObjectInternal() local
/aosp_15_r20/art/runtime/jit/
H A Ddebugger_interface.cc136 struct JITCodeEntry : public JITCodeEntryPublic { struct
139 const void* addr_ = nullptr;
142 bool allow_packing_ = false;
145 bool is_compressed_ = false;