Searched refs:FindNodeFor (Results 1 – 2 of 2) sorted by relevance
2526 FreeSpace* FreeList::FindNodeFor(int size_in_bytes, int* node_size) { in AllocateChunk() function in v8::internal::FreeList2587 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()
1812 FreeSpace* FindNodeFor(int size_in_bytes, int* node_size);