Home
last modified time | relevance | path

Searched refs:GetTypedBinaryType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_lowering.cpp296 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()
Dnumber_speculative_retype.cpp463 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()
Dgate_accessor.cpp364 PGOTypeRef GateAccessor::GetTypedBinaryType(GateRef gate) const in GetTypedBinaryType() function in panda::ecmascript::kungfu::GateAccessor
373 auto sampleType = GetTypedBinaryType(gate).GetPGOSampleType(); in HasNumberType()
403 auto sampleType = GetTypedBinaryType(gate).GetPGOSampleType(); in HasPrimitiveNumberType()
646 return GetTypedBinaryType(gate); in TryGetPGOType()
Dgate_accessor.h407 PGOTypeRef GetTypedBinaryType(GateRef gate) const;