Searched refs:JITCodeEntry (Results 1 – 1 of 1) sorted by relevance
94 struct JITCodeEntry { struct97 std::atomic<JITCodeEntry*> next_; argument99 JITCodeEntry* prev_; argument110 JITCodeEntry* relevant_entry_ = nullptr; // The entry affected by the action.111 std::atomic<JITCodeEntry*> head_{nullptr}; // Head of link list of all entries.117 uint32_t sizeof_entry = sizeof(JITCodeEntry);163 static JITCodeEntry* CreateJITCodeEntryInternal( in CreateJITCodeEntryInternal()180 JITCodeEntry* head = descriptor.head_.load(std::memory_order_relaxed); in CreateJITCodeEntryInternal()181 JITCodeEntry* entry = new JITCodeEntry; in CreateJITCodeEntryInternal()207 JITCodeEntry* entry, in DeleteJITCodeEntryInternal()[all …]