Searched refs:GetTypedBinaryOp (Results 1 – 7 of 7) sorted by relevance
133 auto op = acc_.GetTypedBinaryOp(gate); in VisitTypedBinaryOp()248 auto op = acc_.GetTypedBinaryOp(gate); in GetRangeOfCompare()310 auto binOp = acc_.GetTypedBinaryOp(gate); in PrintRangeInfo()
316 auto lhsOp = acc_.GetTypedBinaryOp(lhs); in CheckReplacement()317 auto rhsOp = acc_.GetTypedBinaryOp(rhs); in CheckReplacement()
110 ASSERT(acc_.GetTypedBinaryOp(gate) == TypedBinOp::TYPED_STRICTEQ); in VisitTypedBinaryOp()117 TypedBinOp Op = acc_.GetTypedBinaryOp(gate); in VisitNumberBinaryOp()
151 ASSERT(acc_.GetTypedBinaryOp(gate) == TypedBinOp::TYPED_STRICTEQ); in VisitTypedBinaryOp()293 TypedBinOp op = acc_.GetTypedBinaryOp(gate); in VisitNumberBinaryOp()
390 TypedBinOp GetTypedBinaryOp(GateRef gate) const;
182 TypedBinOp GateAccessor::GetTypedBinaryOp(GateRef gate) const in GetTypedBinaryOp() function in panda::ecmascript::kungfu::GateAccessor186 return gatePtr->GetTypedBinaryMetaData()->GetTypedBinaryOp(); in GetTypedBinaryOp()
800 TypedBinOp GetTypedBinaryOp() const in GetTypedBinaryOp() function