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.cpp247 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()
Dnumber_speculative_retype.cpp361 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()
Dgate_accessor.h392 PGOSampleType GetTypedBinaryType(GateRef gate) const;
Dgate_accessor.cpp189 PGOSampleType GateAccessor::GetTypedBinaryType(GateRef gate) const in GetTypedBinaryType() function in panda::ecmascript::kungfu::GateAccessor
198 auto sampleType = GetTypedBinaryType(gate); in HasNumberType()