Searched refs:IsInlineeOpcode (Results 1 – 3 of 3) sorted by relevance
16 if (!IrOpcode::IsInlineeOpcode(node->opcode())) return NoChange(); in Reduce()
280 if (!IrOpcode::IsInlineeOpcode(node->opcode())) return NoChange(); in Reduce()295 DCHECK(IrOpcode::IsInlineeOpcode(node->opcode())); in ReduceJSCall()
392 static bool IsInlineeOpcode(Value value) { in IsInlineeOpcode() function