Home
last modified time | relevance | path

Searched defs:head (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dmalloc_arena_pool.cc57 size_t head = memory_ - unaligned_memory_; in MallocArena() local
70 size_t head = memory_ - unaligned_memory_; in ~MallocArena() local
/art/runtime/gc/
Dreference_queue.cc51 ObjPtr<mirror::Reference> head = list_->GetPendingNext<kWithoutReadBarrier>(); in EnqueueReference() local
184 const ObjPtr<mirror::Reference> head = list_; in ForwardSoftReferences() local
/art/runtime/gc/allocator/
Drosalloc.h269 Slot* head = reinterpret_cast<Slot*>(head_); in Verify() local
/art/runtime/
Dthread.cc479 static FrameIdToShadowFrame* FindFrameIdToShadowFrame(FrameIdToShadowFrame* head, in FindFrameIdToShadowFrame()
554 FrameIdToShadowFrame* head = tlsPtr_.frame_id_to_shadow_frame; in RemoveDebuggerShadowFrameMapping() local