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