Home
last modified time | relevance | path

Searched refs:JITCodeEntry (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/
DGlobalDebugImpl.h50 struct JITCodeEntry { struct
60 static constexpr size_t kSizeOfCodeEntryV1 = offsetof(JITCodeEntry, timestamp); argument
61 static constexpr size_t kSizeOfCodeEntryV2 = sizeof(JITCodeEntry);
116 seqlock_offset_ = offsetof(JITCodeEntry, seqlock); in ReadDescriptor()
249 JITCodeEntry data{}; in ReadNewEntries()
281 if (!ReadNextField(uid.address + offsetof(JITCodeEntry, next), &next_uid, race)) { in ReadNewEntries()
406 static_assert(offsetof(typename Impl::JITCodeEntry, symfile_size) == 12, "layout"); in CreateGlobalDebugImpl()
407 static_assert(offsetof(typename Impl::JITCodeEntry, seqlock) == 28, "layout"); in CreateGlobalDebugImpl()
408 static_assert(sizeof(typename Impl::JITCodeEntry) == 32, "layout"); in CreateGlobalDebugImpl()
414 static_assert(offsetof(typename Impl::JITCodeEntry, symfile_size) == 16, "layout"); in CreateGlobalDebugImpl()
[all …]
/system/core/debuggerd/
Dcrash_test.h26 struct JITCodeEntry { struct
Ddebuggerd_test.cpp2840 JITCodeEntry dex_entry = {.symfile_addr = reinterpret_cast<uintptr_t>(ptr), in TEST_F()
/system/extras/simpleperf/
DJITDebugReader.cpp87 struct JITCodeEntry { struct
161 using JITCodeEntry32 = JITCodeEntry<uint32_t>;
165 using JITCodeEntry64 = JITCodeEntry<uint64_t>;