Searched refs:TypedBinaryAccessor (Results 1 – 12 of 12) sorted by relevance
47 TypedBinaryAccessor accessor(acc_.TryGetValue(valueGate)); in IsInductionVariable()84 TypedBinaryAccessor accessor(acc_.TryGetValue(valueGate)); in GetStartAndStride()
267 class TypedBinaryAccessor {271 explicit TypedBinaryAccessor(uint64_t value) : bitField_(value) {} in TypedBinaryAccessor() function
299 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberCalculate()320 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberCompare()362 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberDiv()383 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberMod()
258 TypedBinaryAccessor GateAccessor::GetTypedBinaryAccessor(GateRef gate) const in GetTypedBinaryAccessor()261 return TypedBinaryAccessor(gatePtr->GetOneParameterMetaData()->GetValue()); in GetTypedBinaryAccessor()389 TypedBinaryAccessor accessor(TryGetValue(gate)); in GetTypedBinaryOp()397 TypedBinaryAccessor accessor(TryGetValue(gate)); in HasNumberType()407 TypedBinaryAccessor accessor(TryGetValue(gate)); in HasStringType()
645 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberBinaryOp()690 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberCalculate()994 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in ConvertForNumberBinaryOp()1010 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in ConvertForNumberCompareOp()1023 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in ConvertForNumberShiftAndLogicalOperator()
68 TypedBinaryAccessor accessor(acc.TryGetValue(gate)); in IsTrustedBooleanType()122 TypedBinaryAccessor accessor(acc.TryGetValue(gate)); in IsTrustedNumberType()
413 TypedBinaryAccessor GetTypedBinaryAccessor(GateRef gate) const;
553 uint64_t value = TypedBinaryAccessor::ToValue(paramType, Op); in TypedBinaryOp()
977 … auto typedOp = TypedBinaryAccessor(GetOneParameterMetaData()->GetValue()).GetTypedBinOp(); in GetBytecodeStr()
1101 uint64_t value = TypedBinaryAccessor::ToValue(ParamType::NumberType(), op); in InsertTypedBinaryop()1118 uint64_t value = TypedBinaryAccessor::ToValue(ParamType::IntType(), cond); in InsertRangeCheckPredicate()
570 TypedBinaryAccessor accessor = acc_.GetTypedBinaryAccessor(gate); in LowerRangeCheckPredicate()
213 uint64_t valueForType5 = ecmascript::kungfu::TypedBinaryAccessor::ToValue(ParamType::IntType(), in HWTEST_F_L0()221 uint64_t valueForType6 = ecmascript::kungfu::TypedBinaryAccessor::ToValue(ParamType::IntType(), in HWTEST_F_L0()