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

  /external/v8/src/
mark-compact.h 471 inline bool is_code_flushing_enabled() const { return code_flusher_ != NULL; } function in class:v8::internal::MarkCompactCollector
mark-compact.cc     [all...]
  /external/chromium_org/v8/src/
objects-visiting-inl.h 421 if (collector->is_code_flushing_enabled()) {
460 if (collector->is_code_flushing_enabled()) {
    [all...]
mark-compact.h 620 inline bool is_code_flushing_enabled() const { return code_flusher_ != NULL; } function in class:v8::internal::MarkCompactCollector
mark-compact.cc     [all...]
heap.cc     [all...]

Completed in 691 milliseconds