Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_queue.cc50 ObjPtr<mirror::Reference> head = list_->GetPendingNext<kWithoutReadBarrier>(); in EnqueueReference() local
183 ObjPtr<mirror::Reference> const head = list_; in ForwardSoftReferences() local
/art/runtime/base/
Darena_allocator.cc218 size_t head = memory_ - unaligned_memory_; in MallocArena() local
231 size_t head = memory_ - unaligned_memory_; in ~MallocArena() local
/art/runtime/jit/
Ddebugger_interface.cc164 JITCodeEntry* head = descriptor.head_.load(std::memory_order_relaxed); in CreateJITCodeEntryInternal() local
/art/runtime/gc/allocator/
Drosalloc.h270 Slot* head = reinterpret_cast<Slot*>(head_); in Verify() local
/art/runtime/
Dthread.cc337 static FrameIdToShadowFrame* FindFrameIdToShadowFrame(FrameIdToShadowFrame* head, in FindFrameIdToShadowFrame()
396 FrameIdToShadowFrame* head = tlsPtr_.frame_id_to_shadow_frame; in RemoveDebuggerShadowFrameMapping() local