| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_lowering.cpp | 264 acc_.SetGateType(gate, GateType::NJSValue()); in VisitNumberCalculate() 292 acc_.SetGateType(gate, GateType::NJSValue()); in VisitNumberCompare() 304 acc_.SetGateType(gate, GateType::NJSValue()); in VisitNumberShift() 316 acc_.SetGateType(gate, GateType::NJSValue()); in VisitNumberLogical() 342 acc_.SetGateType(gate, GateType::NJSValue()); in VisitNumberDiv() 372 acc_.SetGateType(gate, GateType::NJSValue()); in VisitNumberMod() 395 acc_.SetGateType(gate, GateType::NJSValue()); in VisitNumberMonocular() 406 acc_.SetGateType(gate, GateType::NJSValue()); in VisitNumberNot() 440 acc_.SetGateType(gate, GateType::NJSValue()); in VisitUndefinedStrictEq() 482 acc_.SetGateType(gate, GateType::NJSValue()); in VisitPhi() [all …]
|
| D | stub.cpp | 42 acc_.SetGateType(argument, paramsType[i].GetGateType()); in InitializeArguments()
|
| D | argument_accessor.cpp | 130 gateAcc.SetGateType(gate, argType); in FillArgsGateType()
|
| D | loop_peeling.cpp | 125 acc_.SetGateType(newGate, acc_.GetGateType(gate)); in SetCopy()
|
| D | gate.h | 211 void SetGateType(GateType type) in SetGateType() function
|
| D | circuit.cpp | 372 void Circuit::SetGateType(GateRef gate, GateType type) in SetGateType() function in panda::ecmascript::kungfu::Circuit 374 LoadGatePtr(gate)->SetGateType(type); in SetGateType()
|
| D | circuit.h | 223 void SetGateType(GateRef gate, GateType type);
|
| D | gate_accessor.cpp | 749 void GateAccessor::SetGateType(GateRef gate, GateType gt) in SetGateType() function in panda::ecmascript::kungfu::GateAccessor 751 circuit_->LoadGatePtr(gate)->SetGateType(gt); in SetGateType() 860 SetGateType(value, type); in ReplaceHirAndDeleteIfException() 1111 SetGateType(value, type); in ReplaceGate()
|
| D | builtins_lowering.cpp | 124 acc_.SetGateType(gate, GateType::NJSValue()); in LowerTypedSqrt()
|
| D | ts_inline_lowering.cpp | 450 acc_.SetGateType(args.at(i), acc_.GetGateType(arg)); in LowerToInlineCall() 550 acc_.SetGateType(targetGate, callGateType); in SupplementType()
|
| D | bytecode_circuit_builder.cpp | 1298 gateAcc_.SetGateType(ans, type); in ResolveDef() 1423 gateAcc_.SetGateType(gate, type); in BuildCircuit() 1466 gateAcc_.SetGateType(defAcc, callTargetType); in BuildCircuit()
|
| D | gate_accessor.h | 428 void SetGateType(GateRef gate, GateType gt);
|
| D | circuit_builder-inl.h | 560 acc_.SetGateType(val, GateType::TaggedValue()); in DoubleToTagged()
|
| D | type_mcr_lowering.cpp | 629 acc_.SetGateType(gate, GateType::NJSValue()); in LowerLoadArrayLength()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 109 gateAccessor_.SetGateType(curGate, GateType::AnyType()); in UpdateQueueForLoopPhi() 116 gateAccessor_.SetGateType(curGate, GateType::NumberType()); in UpdateQueueForLoopPhi() 134 gateAccessor_.SetGateType(gate, HandleTypeCompatibility(preType, type)); in UpdateType() 1206 gateAccessor_.SetGateType(gate, type); in SetNamespaceArgType() 1235 gateAccessor_.SetGateType(namespaceObj, GateType(gt)); in SetAndReturnNamespaceObjType()
|
| D | pgo_type_infer.cpp | 351 acc_.SetGateType(receiver, *inferTypes.begin()); in UpdateTypeForRWOp()
|