HomeSort by relevance Sort by last modified time
    Searched refs:GetNextAllocationBlock (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
spaces.h 471 void GetNextAllocationBlock(size_t requested);
    [all...]
spaces.cc 189 void CodeRange::GetNextAllocationBlock(size_t requested) {
226 V8::FatalProcessOutOfMemory("CodeRange::GetNextAllocationBlock");
236 GetNextAllocationBlock(requested);
253 GetNextAllocationBlock(0); // This block is used up, get the next one.
    [all...]

Completed in 21 milliseconds