Home
last modified time | relevance | path

Searched defs:valueType (Results 1 – 22 of 22) 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.cpp669 …ger::AddNamespacePropType(kungfu::GateType objType, JSTaggedValue name, kungfu::GateType valueType) in AddNamespacePropType()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DbinaryLikeExpression.cpp212 …kAssignmentOperator(lexer::TokenType op, ir::Expression *leftExpr, Type *leftType, Type *valueType) in CheckAssignmentOperator()
/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/
Dnumber_speculative_retype.cpp560 GateType valueType = accessor.GetTypeValue(); in VisitIsTrueOrFalse() local
580 GateType valueType = accessor.GetTypeValue(); in VisitNumberNot() local
1180 TypeInfo valueType = GetOutputTypeInfo(value); in VisitStoreProperty() local
1334 TypeInfo valueType = GetOutputTypeInfo(value); in VisitMonoStoreProperty() local
Dcompiler_log.cpp293 GateType valueType = acc_.GetGateType(value); in CollectGateTypeLogInfo() local
Dtyped_bytecode_lowering.cpp381 GateType valueType = acc_.GetGateType(value); in SpeculateNumber() local
430 GateType valueType = tacc.GetValueGateType(); in SpeculateConditionJump() local
1203 GateType valueType = tacc.GetValueGateType(); in LowerTypedIsTrueOrFalse() local
Dtype_info_accessors.cpp174 GateType valueType = GetValueGateType(); in IsIllegalType() local
Dgate_accessor.cpp1474 GateType valueType = GetGateType(value); in ReplaceGate() local
Dllvm_ir_builder.cpp710 bool LLVMIRBuilder::IsHeapPointerType(LLVMTypeRef valueType) in IsHeapPointerType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.cpp77 GateType valueType = acc_.GetGateType(value); in CollectInitializationType() local
Dmethod_type_infer.cpp773 GateType valueType = gateAccessor_.GetGateType(value); in InferStObjByName() local
1080 auto valueType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 3)); in InferStLexVarDyn() local
/arkcompiler/runtime_core/static_core/assembler/
Dmeta.cpp496 Value::Type valueType; in StoreValue() local
Dassembly-emitter.cpp125 bool AsmEmitter::CheckValueType(Value::Type valueType, const Type &type, const Program &program) in CheckValueType()
201 auto valueType = value->GetType(); in CreateLiteralItem() local
351 auto valueType = value->GetType(); in CheckValue() local
505 auto valueType = value->GetType(); in CreateScalarValueItem() local
603 auto valueType = value->GetType(); in CreateAnnotationItem() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_pragma.h185 PragmaValueType valueType = kValueNull; variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h445 … MoveImmediateToRegister(const ir::AstNode *node, VReg reg, const checker::TypeFlag valueType, T c… in MoveImmediateToRegister()
492 …crementImmediateRegister(const ir::AstNode *node, VReg reg, const checker::TypeFlag valueType, T c… in IncrementImmediateRegister()
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/
DTsUtils.ts1163 const valueType = this.tsTypeChecker.getTypeAtLocation(node); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DUtils.ts1509 const valueType = this.tsTypeChecker.getTypeAtLocation(node); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp1196 uint8 valueType = static_cast<uint32>(value.encodedValue[0]) & typeMask; in DumpStaticValue() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1185 auto valueType = value->getType(); in CoerceValue() local