Home
last modified time | relevance | path

Searched refs:FindNodeFor (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc2526 FreeSpace* FreeList::FindNodeFor(int size_in_bytes, int* node_size) { in AllocateChunk() function in v8::internal::FreeList
2587 node = FindNodeFor(static_cast<int>(hint_size_in_bytes), &node_size); in AllocateChunk()
2634 FreeSpace* new_node = FindNodeFor(size_in_bytes, &new_node_size); in AllocateChunk()
Dspaces.h1812 FreeSpace* FindNodeFor(int size_in_bytes, int* node_size);