Searched refs:IsWithoutExternalSideEffects (Results 1 – 4 of 4) sorted by relevance
332 if (Bytecodes::IsWithoutExternalSideEffects(bytecode)) return true; in BytecodeHasNoSideEffect()
200 if (!interpreter::Bytecodes::IsWithoutExternalSideEffects(bytecode)) { in UpdateOutLiveness()
605 static constexpr bool IsWithoutExternalSideEffects(Bytecode bytecode) { in IsWithoutExternalSideEffects() function
108 !Bytecodes::IsWithoutExternalSideEffects(bytecode)) { in CurrentSourcePosition()