Home
last modified time | relevance | path

Searched defs:PushFront (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dfunctional-list.h72 void PushFront(A a, Zone* zone) { in PushFront() function
78 void PushFront(A a, Zone* zone, FunctionalList hint) { in PushFront() function
Dscheduler.cc774 BasicBlock* PushFront(BasicBlock* head, BasicBlock* block) { in PushFront() function in v8::internal::compiler::SpecialRPONumberer
/third_party/node/deps/v8/src/heap/
Dlist.h44 void PushFront(T* element) { in PushFront() function
/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp114 void SlabAllocatorImpl::PushFront(Slab* slab, IndexLinkNode* node) const { in PushFront() function in SlabAllocatorImpl
/third_party/node/src/
Dutil-inl.h134 void ListHead<T, M>::PushFront(T* element) { in PushFront() function
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp1798 typename List<T>::Item* List<T>::PushFront() in PushFront() function in D3D12MA::List
1828 typename List<T>::Item* List<T>::PushFront(const T& value) in PushFront() function in D3D12MA::List
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h5483 VmaListItem<T>* VmaRawList<T>::PushFront() in PushFront() function
5513 VmaListItem<T>* VmaRawList<T>::PushFront(const T& value) in PushFront() function