Searched refs:is_code_flushing_enabled (Results 1 – 4 of 4) sorted by relevance
459 if (collector->is_code_flushing_enabled()) { in VisitSharedFunctionInfo()483 if (collector->is_code_flushing_enabled()) { in VisitJSFunction()
374 inline bool is_code_flushing_enabled() const { return code_flusher_ != NULL; } in is_code_flushing_enabled() function
1290 if (!collector->is_code_flushing_enabled()) { in VisitRegExpAndFlushCode()1376 if (!is_code_flushing_enabled()) return; in PrepareForCodeFlushing()2171 if (is_code_flushing_enabled()) { in ClearNonLiveReferences()
1711 if (collector->is_code_flushing_enabled()) { in Scavenge()