Searched refs:head (Results 1 – 7 of 7) sorted by relevance
/art/libartbase/base/ |
D | malloc_arena_pool.cc | 57 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/test/693-vdex-inmem-loader-evict/src-secondary/ |
D | gen.sh | 45 checksum=`head -c 32 -z "$TMP/file${suffix}.dex" | tail -c 24 -z | base64`
|
/art/runtime/gc/ |
D | reference_queue.cc | 51 ObjPtr<mirror::Reference> head = list_->GetPendingNext<kWithoutReadBarrier>(); in EnqueueReference() local 52 DCHECK(head != nullptr); in EnqueueReference() 53 ref->SetPendingNext(head); in EnqueueReference()
|
/art/runtime/gc/allocator/ |
D | rosalloc.h | 269 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/ |
D | thread.cc | 499 static FrameIdToShadowFrame* FindFrameIdToShadowFrame(FrameIdToShadowFrame* head, in FindFrameIdToShadowFrame() argument 502 for (FrameIdToShadowFrame* record = head; record != nullptr; record = record->GetNext()) { in FindFrameIdToShadowFrame() 574 FrameIdToShadowFrame* head = tlsPtr_.frame_id_to_shadow_frame; in RemoveDebuggerShadowFrameMapping() local 575 if (head->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping() 576 tlsPtr_.frame_id_to_shadow_frame = head->GetNext(); in RemoveDebuggerShadowFrameMapping() 577 FrameIdToShadowFrame::Delete(head); in RemoveDebuggerShadowFrameMapping() 580 FrameIdToShadowFrame* prev = head; in RemoveDebuggerShadowFrameMapping() 581 for (FrameIdToShadowFrame* record = head->GetNext(); in RemoveDebuggerShadowFrameMapping()
|
/art/artd/ |
D | artd_test.cc | 248 auto [head, tail] = OR_MISMATCH(SplitBy(arg, separator)); 249 return ExplainMatchResult(head_matcher, head, result_listener) && 254 auto [head, tail] = OR_MISMATCH(SplitBy(arg, "--")); 255 std::string keep_fds_value = OR_MISMATCH(GetFlagValue(head, "--keep-fds="));
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 877 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; 3047 Ljava/lang/ref/ReferenceQueue;->head:Ljava/lang/ref/Reference; 6427 Ljava/util/concurrent/ArrayBlockingQueue$Itrs;->head:Ljava/util/concurrent/ArrayBlockingQueue$Itrs$… 7132 Ljava/util/concurrent/ConcurrentLinkedDeque;->head:Ljava/util/concurrent/ConcurrentLinkedDeque$Node; 7176 Ljava/util/concurrent/ConcurrentLinkedQueue;->head:Ljava/util/concurrent/ConcurrentLinkedQueue$Node; 7309 Ljava/util/concurrent/ConcurrentSkipListMap;->head:Ljava/util/concurrent/ConcurrentSkipListMap$Head… 7764 Ljava/util/concurrent/LinkedTransferQueue;->head:Ljava/util/concurrent/LinkedTransferQueue$Node; 7810 Ljava/util/concurrent/locks/AbstractQueuedLongSynchronizer;->head:Ljava/util/concurrent/locks/Abstr… [all …]
|