Home
last modified time | relevance | path

Searched refs:is_code_flushing_enabled (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/heap/
Dobjects-visiting-inl.h441 if (collector->is_code_flushing_enabled()) { in VisitSharedFunctionInfo()
511 if (collector->is_code_flushing_enabled()) { in VisitJSFunction()
Dmark-compact.h546 inline bool is_code_flushing_enabled() const { return code_flusher_ != NULL; } in is_code_flushing_enabled() function
Dmark-compact.cc1519 if (!collector->is_code_flushing_enabled()) { in VisitRegExpAndFlushCode()
1743 if (!is_code_flushing_enabled()) return; in PrepareForCodeFlushing()
2379 if (is_code_flushing_enabled()) { in AfterMarking()
Dheap.cc1507 if (collector->is_code_flushing_enabled()) { in Scavenge()