Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-function-inl.h269 const bool kBytecodeCanFlush = FLAG_flush_bytecode || FLAG_stress_snapshot; in ResetIfCodeFlushed() local
272 if (!kBytecodeCanFlush && !kBaselineCodeCanFlush) return; in ResetIfCodeFlushed()
274 DCHECK_IMPLIES(NeedsResetDueToFlushedBytecode(), kBytecodeCanFlush); in ResetIfCodeFlushed()
275 if (kBytecodeCanFlush && NeedsResetDueToFlushedBytecode()) { in ResetIfCodeFlushed()