Home
last modified time | relevance | path

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

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