Home
last modified time | relevance | path

Searched defs:gateType (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h221 …inline GlobalTSTypeRef PUBLIC_API GetPropType(kungfu::GateType gateType, JSTaggedValue propertyNam… in GetPropType()
226 …inline GlobalTSTypeRef PUBLIC_API GetPropType(kungfu::GateType gateType, JSHandle<EcmaString> prop… in GetPropType()
235 … inline GlobalTSTypeRef PUBLIC_API GetPropType(kungfu::GateType gateType, const uint64_t key) const in GetPropType()
241 inline GlobalTSTypeRef PUBLIC_API CreateClassInstanceType(kungfu::GateType gateType) in CreateClassInstanceType()
267 inline GlobalTSTypeRef PUBLIC_API GetIteratorInstanceElementGt(kungfu::GateType gateType) const in GetIteratorInstanceElementGt()
304 inline GlobalTSTypeRef PUBLIC_API GetFuncReturnValueTypeGT(kungfu::GateType gateType) const in GetFuncReturnValueTypeGT()
314 inline GlobalTSTypeRef PUBLIC_API GetArrayParameterTypeGT(kungfu::GateType gateType) const in GetArrayParameterTypeGT()
357 inline bool IsUserDefinedClassTypeKind(const kungfu::GateType &gateType) const in IsUserDefinedClassTypeKind()
Dts_manager.cpp99 int TSManager::GetHClassIndexByInstanceGateType(const kungfu::GateType &gateType) in GetHClassIndexByInstanceGateType()
110 int TSManager::GetHClassIndexByClassGateType(const kungfu::GateType &gateType) in GetHClassIndexByClassGateType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dargument_accessor.cpp19 …mentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType gateType) in NewCommonArg()
Dasync_function_lowering.cpp192 auto gateType = accessor_.GetGateType(use); in UpdateValueSelector() local
Dts_type_lowering.cpp611 GateType gateType = acc_.GetGateType(gate); in SpeculateNumbers() local
637 GateType gateType = acc_.GetGateType(gate); in SpeculateNumber() local
Dcircuit_builder-inl.h664 …cuitBuilder::TypedBinaryOp(GateRef x, GateRef y, GateType xType, GateType yType, GateType gateType) in TypedBinaryOp()
677 GateRef CircuitBuilder::TypedUnaryOp(GateRef x, GateType xType, GateType gateType) in TypedUnaryOp()
Dcircuit_builder.cpp290 std::vector<GateRef> inList, GateType gateType) in TypedBinaryOperator()
313 const std::vector<GateRef>& inList, GateType gateType) in TypedUnaryOperator()
Dllvm_ir_builder.cpp2081 LLVMTypeRef LLVMModule::NewLType(MachineType machineType, GateType gateType) in NewLType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp425 auto gateType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 0)); in InferThrow() local
432 auto gateType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 0)); in InferTypeOf() local
636 auto gateType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 0)); in InferReturn() local
957 GlobalTSTypeRef TypeInfer::ConvertPrimitiveToBuiltin(const GateType &gateType) in ConvertPrimitiveToBuiltin()