Searched refs:TypedCallTargetCheckOp (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit.h | 186 …const GateMetaData* TypedCallTargetCheckOp(uint32_t numIns, uint64_t value, TypedCallTargetCheckOp… in TypedCallTargetCheckOp() function 188 return metaBuilder_.TypedCallTargetCheckOp(numIns, value, checkOp); in TypedCallTargetCheckOp()
|
| D | gate_meta_data_builder.h | 147 …const GateMetaData* TypedCallTargetCheckOp(uint32_t numIns, uint64_t value, TypedCallTargetCheckOp… in TypedCallTargetCheckOp() function
|
| D | type_mcr_lowering.cpp | 136 TypedCallTargetCheckOp Op = acc_.GetTypedCallTargetCheckOp(gate); in LowerJSCallTargetCheck() 138 case TypedCallTargetCheckOp::JSCALL_IMMEDIATE_AFTER_FUNC_DEF: { in LowerJSCallTargetCheck() 142 case TypedCallTargetCheckOp::JSCALL: { in LowerJSCallTargetCheck() 146 case TypedCallTargetCheckOp::JSCALL_FAST: { in LowerJSCallTargetCheck() 150 case TypedCallTargetCheckOp::JSCALLTHIS: { in LowerJSCallTargetCheck() 154 case TypedCallTargetCheckOp::JSCALLTHIS_FAST: { in LowerJSCallTargetCheck() 158 case TypedCallTargetCheckOp::JSCALLTHIS_NOGC: { in LowerJSCallTargetCheck() 162 case TypedCallTargetCheckOp::JSCALLTHIS_FAST_NOGC: { in LowerJSCallTargetCheck()
|
| D | circuit_builder-inl.h | 909 template<TypedCallTargetCheckOp Op> 916 …GateRef ret = GetCircuit()->NewGate(circuit_->TypedCallTargetCheckOp(CircuitBuilder::GATE_TWO_VALU… in JSNoGCCallThisTargetTypeCheck() 924 template<TypedCallTargetCheckOp Op> 931 …GateRef ret = GetCircuit()->NewGate(circuit_->TypedCallTargetCheckOp(CircuitBuilder::GATE_TWO_VALU… in JSCallTargetTypeCheck() 939 template<TypedCallTargetCheckOp Op> 946 …GateRef ret = GetCircuit()->NewGate(circuit_->TypedCallTargetCheckOp(1, static_cast<size_t>(type.V… in JSCallThisTargetTypeCheck()
|
| D | gate_meta_data.h | 68 enum class TypedCallTargetCheckOp : uint8_t { enum 764 TypedCallTargetCheckMetaData(uint32_t valuesIn, uint64_t value, TypedCallTargetCheckOp checkOp) in TypedCallTargetCheckMetaData() 777 TypedCallTargetCheckOp GetTypedCallTargetCheckOp() const in GetTypedCallTargetCheckOp() 782 TypedCallTargetCheckOp checkOp_;
|
| D | ts_hcr_lowering.cpp | 1173 builder_.JSCallTargetTypeCheck<TypedCallTargetCheckOp::JSCALL_FAST>(funcType, in CheckCallTargetAndLowerCall() 1179 builder_.JSCallTargetTypeCheck<TypedCallTargetCheckOp::JSCALL>(funcType, in CheckCallTargetAndLowerCall() 1310 … builder_.JSNoGCCallThisTargetTypeCheck<TypedCallTargetCheckOp::JSCALLTHIS_FAST_NOGC>(funcType, in CheckFastCallThisCallTarget() 1313 builder_.JSCallThisTargetTypeCheck<TypedCallTargetCheckOp::JSCALLTHIS_FAST>(funcType, in CheckFastCallThisCallTarget() 1326 builder_.JSNoGCCallThisTargetTypeCheck<TypedCallTargetCheckOp::JSCALLTHIS_NOGC>(funcType, in CheckCallThisCallTarget() 1329 builder_.JSCallThisTargetTypeCheck<TypedCallTargetCheckOp::JSCALLTHIS>(funcType, in CheckCallThisCallTarget()
|
| D | circuit_builder.h | 266 template<TypedCallTargetCheckOp Op> 268 template<TypedCallTargetCheckOp Op> 270 template<TypedCallTargetCheckOp Op>
|
| D | gate_accessor.h | 391 TypedCallTargetCheckOp GetTypedCallTargetCheckOp(GateRef gate) const;
|
| D | circuit_builder.cpp | 515 …GateRef ret = GetCircuit()->NewGate(circuit_->TypedCallTargetCheckOp(1, static_cast<size_t>(type.V… in JSCallTargetFromDefineFuncCheck() 516 TypedCallTargetCheckOp::JSCALL_IMMEDIATE_AFTER_FUNC_DEF), in JSCallTargetFromDefineFuncCheck()
|
| D | gate_accessor.cpp | 168 TypedCallTargetCheckOp GateAccessor::GetTypedCallTargetCheckOp(GateRef gate) const in GetTypedCallTargetCheckOp()
|