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

  /external/v8/test/cctest/
test-mark-compact.cc 78 Heap::ConfigureHeap(2*256*KB, 4*MB);
105 Heap::ConfigureHeap(2*256*KB, 4*MB);
  /external/v8/src/
heap.h 202 static bool ConfigureHeap(int max_semispace_size, int max_old_gen_size);
    [all...]
heap.cc 97 // set up by ConfigureHeap otherwise.
104 // ConfigureHeap.
    [all...]
api.cc 392 bool result = i::Heap::ConfigureHeap(young_space_size / 2, old_gen_size);
    [all...]

Completed in 43 milliseconds