Searched refs:GetNextAllocationBlock (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dspaces.cc145 bool CodeRange::GetNextAllocationBlock(size_t requested) { function in class:v8::internal::CodeRange
195 if (!GetNextAllocationBlock(requested_size)) return NULL;
217 GetNextAllocationBlock(0);
H A Dspaces.h935 bool GetNextAllocationBlock(size_t requested);

Completed in 179 milliseconds