Searched refs:head (Results 1 – 6 of 6) sorted by relevance
47 mirror::Reference* head = list_->GetPendingNext(); in EnqueueReference() local48 DCHECK(head != nullptr); in EnqueueReference()49 ref->SetPendingNext(head); in EnqueueReference()180 mirror::Reference* const head = list_; in ForwardSoftReferences() local181 mirror::Reference* ref = head; in ForwardSoftReferences()188 } 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
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()
325 static FrameIdToShadowFrame* FindFrameIdToShadowFrame(FrameIdToShadowFrame* head, in FindFrameIdToShadowFrame() argument328 for (FrameIdToShadowFrame* record = head; record != nullptr; record = record->GetNext()) { in FindFrameIdToShadowFrame()384 FrameIdToShadowFrame* head = tlsPtr_.frame_id_to_shadow_frame; in RemoveDebuggerShadowFrameMapping() local385 if (head->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()386 tlsPtr_.frame_id_to_shadow_frame = head->GetNext(); in RemoveDebuggerShadowFrameMapping()387 FrameIdToShadowFrame::Delete(head); in RemoveDebuggerShadowFrameMapping()390 FrameIdToShadowFrame* prev = head; in RemoveDebuggerShadowFrameMapping()391 for (FrameIdToShadowFrame* record = head->GetNext(); in RemoveDebuggerShadowFrameMapping()
1534 # v0: free list head1577 # Load the free list head (v0).1582 # Load the next pointer of the head and update the list head with the next pointer.