Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DGlobalDebugImpl.h51 struct JITCodeEntry { struct
61 static constexpr size_t kSizeOfCodeEntryV1 = offsetof(JITCodeEntry, timestamp); argument
62 static constexpr size_t kSizeOfCodeEntryV2 = sizeof(JITCodeEntry);
117 seqlock_offset_ = offsetof(JITCodeEntry, seqlock); in ReadDescriptor()
250 JITCodeEntry data{}; in ReadNewEntries()
282 if (!ReadNextField(uid.address + offsetof(JITCodeEntry, next), &next_uid, race)) { in ReadNewEntries()
407 static_assert(offsetof(typename Impl::JITCodeEntry, symfile_size) == 12, "layout"); in CreateGlobalDebugImpl()
408 static_assert(offsetof(typename Impl::JITCodeEntry, seqlock) == 28, "layout"); in CreateGlobalDebugImpl()
409 static_assert(sizeof(typename Impl::JITCodeEntry) == 32, "layout"); in CreateGlobalDebugImpl()
416 static_assert(offsetof(typename Impl::JITCodeEntry, symfile_size) == 16, "layout"); in CreateGlobalDebugImpl()
[all …]
/system/extras/simpleperf/
DJITDebugReader.cpp84 struct JITCodeEntry { struct
158 using JITCodeEntry32 = JITCodeEntry<uint32_t>;
162 using JITCodeEntry64 = JITCodeEntry<uint64_t>;