Searched refs:is_code_flushing_enabled (Results 1 – 4 of 4) sorted by relevance
441 if (collector->is_code_flushing_enabled()) { in VisitSharedFunctionInfo()511 if (collector->is_code_flushing_enabled()) { in VisitJSFunction()
546 inline bool is_code_flushing_enabled() const { return code_flusher_ != NULL; } in is_code_flushing_enabled() function
1519 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()
1507 if (collector->is_code_flushing_enabled()) { in Scavenge()