Searched refs:IsFeedbackCollectingOpcode (Results 1 – 2 of 2) sorted by relevance
1540 DCHECK(IrOpcode::IsFeedbackCollectingOpcode(op->opcode())); in BuildLoadGlobal()1571 DCHECK(IrOpcode::IsFeedbackCollectingOpcode(op->opcode())); in VisitStaGlobal()1596 DCHECK(IrOpcode::IsFeedbackCollectingOpcode(op->opcode())); in VisitStaInArrayLiteral()1625 DCHECK(IrOpcode::IsFeedbackCollectingOpcode(op->opcode())); in VisitDefineKeyedOwnPropertyInLiteral()1972 DCHECK(IrOpcode::IsFeedbackCollectingOpcode(op->opcode())); in VisitGetNamedProperty()1998 DCHECK(IrOpcode::IsFeedbackCollectingOpcode(op->opcode())); in VisitGetNamedPropertyFromSuper()2025 DCHECK(IrOpcode::IsFeedbackCollectingOpcode(op->opcode())); in VisitGetKeyedProperty()2062 DCHECK(IrOpcode::IsFeedbackCollectingOpcode(op->opcode())); in BuildNamedStore()2102 DCHECK(IrOpcode::IsFeedbackCollectingOpcode(op->opcode())); in VisitSetKeyedProperty()2137 DCHECK(IrOpcode::IsFeedbackCollectingOpcode(op->opcode())); in VisitDefineKeyedOwnProperty()[all …]
1116 static bool IsFeedbackCollectingOpcode(Value value) { in IsFeedbackCollectingOpcode() function1162 static bool IsFeedbackCollectingOpcode(int16_t value) { in IsFeedbackCollectingOpcode() function1164 return IsFeedbackCollectingOpcode(static_cast<IrOpcode::Value>(value)); in IsFeedbackCollectingOpcode()