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

  /external/chromium_org/v8/src/
spaces.cc 169 void CodeRange::GetNextAllocationBlock(size_t requested) {
206 V8::FatalProcessOutOfMemory("CodeRange::GetNextAllocationBlock");
218 GetNextAllocationBlock(requested_size);
241 GetNextAllocationBlock(0); // This block is used up, get the next one.
    [all...]
  /external/v8/src/
spaces.cc 169 void CodeRange::GetNextAllocationBlock(size_t requested) {
206 V8::FatalProcessOutOfMemory("CodeRange::GetNextAllocationBlock");
217 GetNextAllocationBlock(requested);
239 GetNextAllocationBlock(0); // This block is used up, get the next one.
    [all...]

Completed in 103 milliseconds