| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| H A D | instructions_data.rb | 40 def self.types; @@types; end singleton method in InstructionsData
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | types.rb | 22 def types method in PandaFile
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | types.rb | 22 def types method in PandaFile
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsUnionType.h | 24 explicit ETSUnionType(ArenaVector<TypeNode *> &&types) in ETSUnionType() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsIntersectionType.h | 24 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType() argument
|
| H A D | tsUnionType.h | 24 explicit TSUnionType(ArenaVector<TypeNode *> &&types) in TSUnionType() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsIntersectionType.h | 34 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType() argument
|
| H A D | tsUnionType.h | 34 explicit TSUnionType(ArenaVector<Expression *> &&types) in TSUnionType() argument
|
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| H A D | job.cpp | 57 bool Job::DoChecks(TypeSystem *types) in DoChecks() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | typeRelation.cpp | 25 auto &types = source->AsUnionType()->ConstituentTypes(); in IsAllTypesAssignableTo() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | unionType.h | 27 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/ |
| H A D | base.py | 19 import types namespace
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | unionType.h | 26 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| H A D | instructions.rb | 214 def types method in IR
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| H A D | instructions.rb | 218 def types method in IR
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | checker.cpp | 123 auto &types = source->AsUnionType()->ConstituentTypes(); in IsAllTypesAssignableTo() local
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| H A D | global_intl_helper.h | 73 GetGlobalObject(JSThread *thread, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, GlobalFormatterType types) GetGlobalObject() argument 87 GetGlobalObject(JSThread *thread, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, GlobalFormatterType types, const bool cache) GetGlobalObject() argument
|
| H A D | global_intl_helper.cpp | 133 OptionsToMap(JSThread *thread, const JSHandle<JSTaggedValue> &options, GlobalFormatterType types) OptionsToMap() argument 173 OptionsWithDataFormatter(std::map<std::string, std::string> &options, GlobalFormatterType &types) OptionsWithDataFormatter() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| H A D | js_interop_inst_builder.cpp | 58 BuildInteropIntrinsic(size_t pc, RuntimeInterface::IntrinsicId id, DataType::Type retType, const std::array<DataType::Type, N> &types, const std::array<Inst *, N + 1> &inputs) BuildInteropIntrinsic() argument
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | pt_returns_test.cpp | 247 auto types = std::vector<std::unique_ptr<TypeObject>>(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| H A D | pgo_profiler_test.cpp | 867 std::string types[17] = in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | ir_constructor.h | 213 InputTypesMixin *types; in Inputs() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | lowering_test.cpp | 1064 BuildGraphMultiplyAddInteger(const std::array<DataType::Type, 4U> &types) BuildGraphMultiplyAddInteger() argument 1097 BuildExpectedMultiplyAddInteger(const std::array<DataType::Type, 4U> &types) BuildExpectedMultiplyAddInteger() argument 1174 BuildGraphMultiplySubInteger(const std::array<DataType::Type, 4U> &types) BuildGraphMultiplySubInteger() argument 1220 BuildExpectedMultiplySubInteger(const std::array<DataType::Type, 4U> &types) BuildExpectedMultiplySubInteger() argument 1354 BuildGraphMultiplyNegate(const TypeTriple &types) BuildGraphMultiplyNegate() argument 1397 BuildExpectedMultiplyNegate(const TypeTriple &types) BuildExpectedMultiplyNegate() argument 1500 TestBitwiseBinaryOpWithInvertedOperand(const TypeTriple &types, OpcodePair ops) TestBitwiseBinaryOpWithInvertedOperand() argument 1613 BuildGraphCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, ShiftOpPair shiftOp, OpcodePair ops) BuildGraphCommutativeBinaryOpWithShiftedOperand() argument 1649 BuildExpectedCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, ShiftOpPair shiftOp, OpcodePair ops) BuildExpectedCommutativeBinaryOpWithShiftedOperand() argument 1768 BuildGraphSubWithShiftedOperand(TypeTriple types, ShiftOpPair shiftOp) BuildGraphSubWithShiftedOperand() argument 1803 TestSubWithShiftedOperand(TypeTriple types, ShiftOpPair shiftOp) TestSubWithShiftedOperand() argument 1905 TestNonCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, const ShiftOpPair &shiftOp, OpcodePair ops) TestNonCommutativeBinaryOpWithShiftedOperand() argument 2041 TestBitwiseInstructionsWithInvertedShiftedOperand(const TypeTriple &types, ShiftOp shiftOp, OpcodePair ops) TestBitwiseInstructionsWithInvertedShiftedOperand() argument 2149 SRC_GRAPH(NegWithShiftedOperand, Graph *graph, ShiftOp shiftOp, std::pair<DataType::Type, DataType::Type> types) SRC_GRAPH() argument 2166 OUT_GRAPH(NegWithShiftedOperand, Graph *graph, ShiftOp shiftOp, std::pair<DataType::Type, DataType::Type> types) OUT_GRAPH() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | arithmetic.cpp | 200 CheckBinaryOperatorMulDivMod( std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool isEqualOp, std::tuple<checker::Type *, checker::Type *, Type *, Type *> types) CheckBinaryOperatorMulDivMod() argument 261 CheckBinaryOperatorPlus( std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool isEqualOp, std::tuple<checker::Type *, checker::Type *, Type *, Type *> types) CheckBinaryOperatorPlus() argument 311 CheckBinaryOperatorShift( std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool isEqualOp, std::tuple<checker::Type *, checker::Type *, Type *, Type *> types) CheckBinaryOperatorShift() argument 370 CheckBinaryOperatorBitwise( std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool isEqualOp, std::tuple<checker::Type *, checker::Type *, Type *, Type *> types) CheckBinaryOperatorBitwise() argument 1019 CheckArithmeticOperations( ir::Expression *expr, std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool isEqualOp, std::tuple<checker::Type *, checker::Type *, Type *, Type *> types) CheckArithmeticOperations() argument [all...] |
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | file_item_container_test.cpp | 515 TestProtoDataAccessor(MemoryWriter& mem_writer, ClassItem* class_item, MethodItem* method_item, ProtoItem* proto_item, std::vector<Type::TypeId> types, std::vector<ClassItem *> ref_types) TestProtoDataAccessor() argument [all...] |