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

  /external/chromium_org/v8/src/
heap.h     [all...]
heap.cc 121 new_space_high_promotion_mode_active_(false),
    [all...]
  /external/v8/src/
heap.cc 121 new_space_high_promotion_mode_active_(false),
838 if (!new_space_high_promotion_mode_active_ &&
846 new_space_high_promotion_mode_active_ = true;
851 } else if (new_space_high_promotion_mode_active_ &&
857 new_space_high_promotion_mode_active_ = false;
864 if (new_space_high_promotion_mode_active_ &&
    [all...]
heap.h 1689 bool new_space_high_promotion_mode_active_; member in class:v8::internal::Heap
    [all...]

Completed in 68 milliseconds