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