Home
last modified time | relevance | path

Searched defs:valueType (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DbinaryLikeExpression.cpp213 CheckAssignmentOperator(lexer::TokenType op, const ir::Expression *leftExpr, Type *leftType, Type *valueType) CheckAssignmentOperator() argument
/arkcompiler/ets_frontend/merge_abc/src/
H A DannotationProto.cpp71 const auto &valueType = scalar.GetType(); in Serialize() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DbinaryLikeExpression.cpp224 void TSChecker::CheckAssignmentOperator(lexer::TokenType op, ir::Expression *leftExpr, Type *leftType, Type *valueType) in CheckAssignmentOperator() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DrecordLowering.cpp220 CreateBlockExpression(ir::ObjectExpression *expr, checker::Type *keyType, checker::Type *valueType, public_lib::Context *ctx) CreateBlockExpression() argument
/arkcompiler/runtime_core/static_core/assembler/
H A Dmeta.cpp497 Value::Type valueType; in StoreValue() local
H A Dassembly-emitter.cpp125 bool AsmEmitter::CheckValueType(Value::Type valueType, const Type &type, const Program &program) in CheckValueType() argument
202 auto valueType = value->GetType(); in CreateLiteralItem() local
352 auto valueType in CheckValue() local
508 auto valueType = value->GetType(); CreateScalarValueItem() local
607 auto valueType = value->GetType(); CreateAnnotationItem() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompiler_log.cpp293 GateType valueType = acc_.GetGateType(value); in CollectGateTypeLogInfo() local
H A Dnumber_speculative_retype.cpp764 GateType valueType = GateType::NumberType(); in VisitDoubleMonocular() local
788 GateType valueType = GateType::NumberType(); in VisitIsTrueOrFalse() local
817 GateType valueType in VisitNumberNot() local
1600 TypeInfo valueType = GetOutputTypeInfo(value); VisitStoreProperty() local
2238 TypeInfo valueType = GetOutputTypeInfo(value); VisitMonoStoreProperty() local
[all...]
H A Dgate_accessor.cpp1563 GateType valueType = GetGateType(value); in ReplaceGate() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.h407 void MoveImmediateToRegister(const ir::AstNode *node, VReg reg, const checker::TypeFlag valueType, T const value) in MoveImmediateToRegister() argument
454 void IncrementImmediateRegister(const ir::AstNode *node, VReg reg, const checker::TypeFlag valueType, T const value) in IncrementImmediateRegister() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp1554 auto *const valueType = value->TsType(); in CheckObjectExprProps() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp1099 JSType valueType = value.GetTaggedObject()->GetClass()->GetObjectType(); in GetFunctionExtraInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp2846 GateRef valueType = TaggedIsInt(value); in SetValueToBuffer() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp801 bool LLVMIRBuilder::IsHeapPointerType(LLVMTypeRef valueType) in IsHeapPointerType() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp2772 auto valueType = value->getType(); in CoerceValue() local

Completed in 41 milliseconds