Searched refs:head (Results 1 – 8 of 8) sorted by relevance
49 ObjPtr<mirror::Reference> head = list_->GetPendingNext<kWithoutReadBarrier>(); in EnqueueReference() local50 DCHECK(head != nullptr); in EnqueueReference()51 ref->SetPendingNext(head); in EnqueueReference()182 ObjPtr<mirror::Reference> const head = list_; in ForwardSoftReferences() local183 ObjPtr<mirror::Reference> ref = head; in ForwardSoftReferences()192 } while (LIKELY(ref != head)); in ForwardSoftReferences()
18 HEAD=$(head -n 1 "$2")
24 if test -f classes.dex && head -c 7 classes.dex | grep -q 035; then
207 size_t head = memory_ - unaligned_memory_; in MallocArena() local208 size_t tail = overallocation - head; in MallocArena()209 MEMORY_TOOL_MAKE_NOACCESS(unaligned_memory_, head); in MallocArena()220 size_t head = memory_ - unaligned_memory_; in ~MallocArena() local221 size_t tail = overallocation - head; in ~MallocArena()222 MEMORY_TOOL_MAKE_UNDEFINED(unaligned_memory_, head); in ~MallocArena()
269 Slot* head = reinterpret_cast<Slot*>(head_); in Verify() local272 CHECK(head == nullptr); in Verify()277 CHECK(head != nullptr); in Verify()282 for (Slot* slot = head; slot != nullptr; slot = slot->Next()) { in Verify()
317 static FrameIdToShadowFrame* FindFrameIdToShadowFrame(FrameIdToShadowFrame* head, in FindFrameIdToShadowFrame() argument320 for (FrameIdToShadowFrame* record = head; record != nullptr; record = record->GetNext()) { in FindFrameIdToShadowFrame()376 FrameIdToShadowFrame* head = tlsPtr_.frame_id_to_shadow_frame; in RemoveDebuggerShadowFrameMapping() local377 if (head->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()378 tlsPtr_.frame_id_to_shadow_frame = head->GetNext(); in RemoveDebuggerShadowFrameMapping()379 FrameIdToShadowFrame::Delete(head); in RemoveDebuggerShadowFrameMapping()382 FrameIdToShadowFrame* prev = head; in RemoveDebuggerShadowFrameMapping()383 for (FrameIdToShadowFrame* record = head->GetNext(); in RemoveDebuggerShadowFrameMapping()
1549 # v0: free list head1569 # Load the free list head (v0).1574 # Load the next pointer of the head and update the list head with the next pointer.
1592 # v0: free list head1612 # Load the free list head (v0).1618 # Load the next pointer of the head and update the list head with the next pointer.