Searched refs:JITCodeEntry (Results 1 – 1 of 1) sorted by relevance
86 struct JITCodeEntry { struct89 std::atomic<JITCodeEntry*> next_; argument91 JITCodeEntry* prev_; argument102 JITCodeEntry* relevant_entry_ = nullptr; // The entry affected by the action.103 std::atomic<JITCodeEntry*> head_{nullptr}; // Head of link list of all entries.109 uint32_t sizeof_entry = sizeof(JITCodeEntry);155 static JITCodeEntry* CreateJITCodeEntryInternal( in CreateJITCodeEntryInternal()164 JITCodeEntry* head = descriptor.head_.load(std::memory_order_relaxed); in CreateJITCodeEntryInternal()165 JITCodeEntry* entry = new JITCodeEntry; in CreateJITCodeEntryInternal()191 JITCodeEntry* entry) in DeleteJITCodeEntryInternal()[all …]