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

/external/v8/src/heap/
H A Dobjects-visiting-inl.h432 if (collector->is_code_flushing_enabled()) {
456 if (collector->is_code_flushing_enabled()) {
H A Dmark-compact.h525 inline bool is_code_flushing_enabled() const { return code_flusher_ != NULL; } function in class:v8::internal::MarkCompactCollector
H A Dmark-compact.cc1247 if (!collector->is_code_flushing_enabled()) {
1325 if (!is_code_flushing_enabled()) return;
2359 if (is_code_flushing_enabled()) {
2506 if (is_code_flushing_enabled()) {
H A Dheap.cc1735 if (collector->is_code_flushing_enabled()) {

Completed in 1373 milliseconds