Searched defs:gateType (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.h | 221 …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()
|
| D | ts_manager.cpp | 99 int TSManager::GetHClassIndexByInstanceGateType(const kungfu::GateType &gateType) in GetHClassIndexByInstanceGateType() 110 int TSManager::GetHClassIndexByClassGateType(const kungfu::GateType &gateType) in GetHClassIndexByClassGateType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | argument_accessor.cpp | 19 …mentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType gateType) in NewCommonArg()
|
| D | async_function_lowering.cpp | 192 auto gateType = accessor_.GetGateType(use); in UpdateValueSelector() local
|
| D | ts_type_lowering.cpp | 611 GateType gateType = acc_.GetGateType(gate); in SpeculateNumbers() local 637 GateType gateType = acc_.GetGateType(gate); in SpeculateNumber() local
|
| D | circuit_builder-inl.h | 664 …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()
|
| D | circuit_builder.cpp | 290 std::vector<GateRef> inList, GateType gateType) in TypedBinaryOperator() 313 const std::vector<GateRef>& inList, GateType gateType) in TypedUnaryOperator()
|
| D | llvm_ir_builder.cpp | 2081 LLVMTypeRef LLVMModule::NewLType(MachineType machineType, GateType gateType) in NewLType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | type_infer.cpp | 425 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()
|