Home
last modified time | relevance | path

Searched refs:CanAllocate (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dmemory-optimizer.cc23 bool CanAllocate(const Node* node) { in CanAllocate() function
111 if (CanAllocate(current)) { in SearchAllocatingNode()
237 if (!CanAllocate(node)) { in VisitNode()
/third_party/node/deps/v8/src/heap/
H A Dfree-list.cc34 DCHECK(Page::FromHeapObject(node)->CanAllocate()); in PickNodeFromList()
50 DCHECK(Page::FromHeapObject(cur_node)->CanAllocate()); in SearchForNodeInList()
H A Dbasic-memory-chunk.h209 bool CanAllocate() const { in CanAllocate() function in v8::internal::BasicMemoryChunk
H A Dmark-compact.cc834 !p->CanAllocate()) in CollectEvacuationCandidates()

Completed in 12 milliseconds