Lines Matching refs:JITCodeEntry
51 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()
417 static_assert(offsetof(typename Impl::JITCodeEntry, seqlock) == 32, "layout"); in CreateGlobalDebugImpl()
418 static_assert(sizeof(typename Impl::JITCodeEntry) == 40, "layout"); in CreateGlobalDebugImpl()
426 static_assert(offsetof(typename Impl::JITCodeEntry, symfile_size) == 24, "layout"); in CreateGlobalDebugImpl()
427 static_assert(offsetof(typename Impl::JITCodeEntry, seqlock) == 40, "layout"); in CreateGlobalDebugImpl()
428 static_assert(sizeof(typename Impl::JITCodeEntry) == 48, "layout"); in CreateGlobalDebugImpl()