Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-analysis.cc236 if (!interpreter::Bytecodes::IsWithoutExternalSideEffects(bytecode)) { in UpdateOutLiveness()
/external/v8/src/debug/
Ddebug-evaluate.cc426 if (Bytecodes::IsWithoutExternalSideEffects(bytecode)) return true; in BytecodeHasNoSideEffect()
/external/v8/src/interpreter/
Dbytecodes.h644 static constexpr bool IsWithoutExternalSideEffects(Bytecode bytecode) { in IsWithoutExternalSideEffects() function
Dbytecode-array-builder.cc111 !Bytecodes::IsWithoutExternalSideEffects(bytecode)) { in CurrentSourcePosition()