Searched refs:GetTypedBinaryType (Results 1 – 4 of 4) sorted by relevance
247 PGOSampleType sampleType = acc_.GetTypedBinaryType(gate); in VisitNumberCalculate()275 PGOSampleType sampleType = acc_.GetTypedBinaryType(gate); in VisitNumberCompare()325 PGOSampleType sampleType = acc_.GetTypedBinaryType(gate); in VisitNumberDiv()352 PGOSampleType sampleType = acc_.GetTypedBinaryType(gate); in VisitNumberMod()
361 PGOSampleType sampleType = acc_.GetTypedBinaryType(gate); in VisitNumberCalculate()397 PGOSampleType sampleType = acc_.GetTypedBinaryType(gate); in VisitNumberShiftAndLogical()633 PGOSampleType sampleType = acc_.GetTypedBinaryType(gate); in ConvertForBinaryOp()665 PGOSampleType sampleType = acc_.GetTypedBinaryType(gate); in ConvertForCompareOp()1081 PGOSampleType sampleType = acc_.GetTypedBinaryType(gate); in VisitNumberMod()
392 PGOSampleType GetTypedBinaryType(GateRef gate) const;
189 PGOSampleType GateAccessor::GetTypedBinaryType(GateRef gate) const in GetTypedBinaryType() function in panda::ecmascript::kungfu::GateAccessor198 auto sampleType = GetTypedBinaryType(gate); in HasNumberType()