Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.cc334 if (!interpreter::Bytecodes::IsWithoutExternalSideEffects(bytecode)) { in UpdateOutLiveness()
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc427 if (Bytecodes::IsWithoutExternalSideEffects(bytecode)) return true; in BytecodeHasNoSideEffect()
/third_party/node/deps/v8/src/interpreter/
Dbytecodes.h758 static constexpr bool IsWithoutExternalSideEffects(Bytecode bytecode) { in IsWithoutExternalSideEffects() function
Dbytecode-array-builder.cc142 !Bytecodes::IsWithoutExternalSideEffects(bytecode)) { in CurrentSourcePosition()