Home
last modified time | relevance | path

Searched refs:head (Results 1 – 9 of 9) sorted by relevance

/art/libartbase/base/
Dmalloc_arena_pool.cc57 size_t head = memory_ - unaligned_memory_; in MallocArena() local
58 size_t tail = overallocation - head; in MallocArena()
59 MEMORY_TOOL_MAKE_NOACCESS(unaligned_memory_, head); in MallocArena()
70 size_t head = memory_ - unaligned_memory_; in ~MallocArena() local
71 size_t tail = overallocation - head; in ~MallocArena()
72 MEMORY_TOOL_MAKE_UNDEFINED(unaligned_memory_, head); in ~MallocArena()
/art/runtime/gc/
Dreference_queue.cc51 ObjPtr<mirror::Reference> head = list_->GetPendingNext<kWithoutReadBarrier>(); in EnqueueReference() local
52 DCHECK(head != nullptr); in EnqueueReference()
53 ref->SetPendingNext(head); in EnqueueReference()
184 const ObjPtr<mirror::Reference> head = list_; in ForwardSoftReferences() local
185 ObjPtr<mirror::Reference> ref = head; in ForwardSoftReferences()
194 } while (LIKELY(ref != head)); in ForwardSoftReferences()
/art/test/2033-shutdown-mechanics/
Dcheck25 head -n $(wc -l < $2) $1 | diff --strip-trailing-cr -q - "$2" >/dev/null \
/art/test/180-native-default-method/
Dbuild24 if test -f classes.dex && head -c 7 classes.dex | grep -q 039; then
/art/test/370-dex-v37/
Dbuild24 if test -f classes.dex && head -c 7 classes.dex | grep -q 035; then
/art/test/693-vdex-inmem-loader-evict/src-secondary/
Dgen.sh45 checksum=`head -c 32 -z "$TMP/file${suffix}.dex" | tail -c 24 -z | base64`
/art/runtime/gc/allocator/
Drosalloc.h269 Slot* head = reinterpret_cast<Slot*>(head_); in Verify() local
272 CHECK(head == nullptr); in Verify()
277 CHECK(head != nullptr); in Verify()
282 for (Slot* slot = head; slot != nullptr; slot = slot->Next()) { in Verify()
/art/runtime/
Dthread.cc483 static FrameIdToShadowFrame* FindFrameIdToShadowFrame(FrameIdToShadowFrame* head, in FindFrameIdToShadowFrame() argument
486 for (FrameIdToShadowFrame* record = head; record != nullptr; record = record->GetNext()) { in FindFrameIdToShadowFrame()
558 FrameIdToShadowFrame* head = tlsPtr_.frame_id_to_shadow_frame; in RemoveDebuggerShadowFrameMapping() local
559 if (head->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()
560 tlsPtr_.frame_id_to_shadow_frame = head->GetNext(); in RemoveDebuggerShadowFrameMapping()
561 FrameIdToShadowFrame::Delete(head); in RemoveDebuggerShadowFrameMapping()
564 FrameIdToShadowFrame* prev = head; in RemoveDebuggerShadowFrameMapping()
565 for (FrameIdToShadowFrame* record = head->GetNext(); in RemoveDebuggerShadowFrameMapping()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt877 Lcom/android/okhttp/okio/AsyncTimeout;->head:Lcom/android/okhttp/okio/AsyncTimeout;
900 Lcom/android/okhttp/okio/Buffer;->head:Lcom/android/okhttp/okio/Segment;
1133 Lcom/android/okhttp/Request$Builder;->head()Lcom/android/okhttp/Request$Builder;
3048 Ljava/lang/ref/ReferenceQueue;->head:Ljava/lang/ref/Reference;
6428 Ljava/util/concurrent/ArrayBlockingQueue$Itrs;->head:Ljava/util/concurrent/ArrayBlockingQueue$Itrs$…
7133 Ljava/util/concurrent/ConcurrentLinkedDeque;->head:Ljava/util/concurrent/ConcurrentLinkedDeque$Node;
7177 Ljava/util/concurrent/ConcurrentLinkedQueue;->head:Ljava/util/concurrent/ConcurrentLinkedQueue$Node;
7310 Ljava/util/concurrent/ConcurrentSkipListMap;->head:Ljava/util/concurrent/ConcurrentSkipListMap$Head…
7765 Ljava/util/concurrent/LinkedTransferQueue;->head:Ljava/util/concurrent/LinkedTransferQueue$Node;
7811 Ljava/util/concurrent/locks/AbstractQueuedLongSynchronizer;->head:Ljava/util/concurrent/locks/Abstr…
[all …]