Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dobjects-visiting-inl.h459 if (collector->is_code_flushing_enabled()) { in VisitSharedFunctionInfo()
483 if (collector->is_code_flushing_enabled()) { in VisitJSFunction()
Dmark-compact.h374 inline bool is_code_flushing_enabled() const { return code_flusher_ != NULL; } in is_code_flushing_enabled() function
Dmark-compact.cc1290 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()
Dheap.cc1711 if (collector->is_code_flushing_enabled()) { in Scavenge()