Searched refs:GetTypedBinaryType (Results 1 – 4 of 4) sorted by relevance
296 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberCalculate()324 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberCompare()374 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberDiv()401 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberMod()
463 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberCalculate()499 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberShiftAndLogical()741 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in ConvertForBinaryOp()773 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in ConvertForCompareOp()1246 const PGOSampleType *sampleType = acc_.GetTypedBinaryType(gate).GetPGOSampleType(); in VisitNumberMod()
364 PGOTypeRef GateAccessor::GetTypedBinaryType(GateRef gate) const in GetTypedBinaryType() function in panda::ecmascript::kungfu::GateAccessor373 auto sampleType = GetTypedBinaryType(gate).GetPGOSampleType(); in HasNumberType()403 auto sampleType = GetTypedBinaryType(gate).GetPGOSampleType(); in HasPrimitiveNumberType()646 return GetTypedBinaryType(gate); in TryGetPGOType()
407 PGOTypeRef GetTypedBinaryType(GateRef gate) const;