Lines Matching refs:head_
150 std::atomic<const JITCodeEntry*> head_{nullptr}; // Head of link list of all entries. member
296 descriptor.head_.store(entry, std::memory_order_release); in InsertNewEntry()
334 const JITCodeEntry* next = descriptor.head_.load(kNonRacingRelaxed); // Insert at the head. in CreateJITCodeEntryInternal()
382 descriptor.head_.store(next, std::memory_order_relaxed); in DeleteJITCodeEntryInternal()
426 for (const JITCodeEntry* entry = __dex_debug_descriptor.head_; entry != nullptr; ) { in RemoveNativeDebugInfoForDex()
471 InsertNewEntry<JitNativeInfo>(zygote_head, descriptor.head_); in NativeDebugInfoPreFork()
476 InsertNewEntry<JitNativeInfo>(&descriptor.application_tail_entry_, descriptor.head_); in NativeDebugInfoPreFork()
501 for (const JITCodeEntry* it = descriptor.head_; it != nullptr; it = it->next_) { in RepackEntries()
624 for (const JITCodeEntry* it = __jit_debug_descriptor.head_; it != nullptr;) { in RepackNativeDebugInfoForJitLocked()
644 for (const JITCodeEntry* it = __jit_debug_descriptor.head_; it != nullptr; it = it->next_) { in GetJitMiniDebugInfoMemUsage()
658 for (const JITCodeEntry* it = __jit_debug_descriptor.head_; it != end; it = it->next_) { in ForEachNativeDebugSymbol()