Home
last modified time | relevance | path

Searched defs:valueType (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto40 Type valueType = 6; field
62 ValueType valueType = 4; field
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp211 JSTaggedValue valueType = indexSignInfo->TryGetTypeByIndexSign(typeId); in GetIndexSignType() local
262 JSTaggedValue valueType = indexSignInfo->TryGetTypeByIndexSign(typeId); in GetIndexSignType() local
360 JSTaggedValue valueType = indexSignInfo->TryGetTypeByIndexSign(typeId); in GetIndexSignType() local
Dts_manager.cpp725 …ger::AddNamespacePropType(kungfu::GateType objType, JSTaggedValue name, kungfu::GateType valueType) in AddNamespacePropType()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp214 Type *valueType) in CheckAssignmentOperator()
/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp69 const auto &valueType = scalar.GetType(); in Serialize() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.cpp77 GateType valueType = acc_.GetGateType(value); in CollectInitializationType() local
Dmethod_type_infer.cpp729 GateType valueType = gateAccessor_.GetGateType(value); in InferStObjByName() local
1024 auto valueType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 3)); in InferStLexVarDyn() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp458 GateType valueType = accessor.GetTypeValue(); in VisitIsTrueOrFalse() local
478 GateType valueType = accessor.GetTypeValue(); in VisitNumberNot() local
1015 TypeInfo valueType = GetOutputTypeInfo(value); in VisitStoreProperty() local
Dts_hcr_lowering.cpp415 GateType valueType = acc_.GetGateType(value); in HasNumberType() local
458 GateType valueType = acc_.GetGateType(value); in SpeculateNumber() local
511 GateType valueType = acc_.GetGateType(value); in SpeculateConditionJump() local
787 GateType valueType = acc_.GetGateType(value); in LowerTypedStObjByIndex() local
1015 auto valueType = acc_.GetGateType(value); in LowerTypedIsTrueOrFalse() local
Dcompiler_log.cpp291 GateType valueType = acc_.GetGateType(value); in CollectGateTypeLogInfo() local
Dgate_accessor.cpp1109 GateType valueType = GetGateType(value); in ReplaceGate() local
Dllvm_ir_builder.cpp706 bool LLVMIRBuilder::IsHeapPointerType(LLVMTypeRef valueType) in IsHeapPointerType()