Home
last modified time | relevance | path

Searched defs:types (Results 1 - 25 of 31) sorted by relevance

12

/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dinstructions_data.rb40 def self.types; @@types; end singleton method in InstructionsData
/arkcompiler/runtime_core/libpandafile/
H A Dtypes.rb22 def types method in PandaFile
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dtypes.rb22 def types method in PandaFile
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsUnionType.h24 explicit ETSUnionType(ArenaVector<TypeNode *> &&types) in ETSUnionType() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsIntersectionType.h24 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType() argument
H A DtsUnionType.h24 explicit TSUnionType(ArenaVector<TypeNode *> &&types) in TSUnionType() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsIntersectionType.h34 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType() argument
H A DtsUnionType.h34 explicit TSUnionType(ArenaVector<Expression *> &&types) in TSUnionType() argument
/arkcompiler/runtime_core/static_core/verification/jobs/
H A Djob.cpp57 bool Job::DoChecks(TypeSystem *types) in DoChecks() argument
[all...]
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeRelation.cpp25 auto &types = source->AsUnionType()->ConstituentTypes(); in IsAllTypesAssignableTo() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DunionType.h27 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 Dbase.py19 import types namespace
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DunionType.h26 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType() argument
/arkcompiler/runtime_core/compiler/optimizer/templates/
H A Dinstructions.rb214 def types method in IR
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
H A Dinstructions.rb218 def types method in IR
/arkcompiler/ets_frontend/ets2panda/checker/
H A Dchecker.cpp123 auto &types = source->AsUnionType()->ConstituentTypes(); in IsAllTypesAssignableTo() local
/arkcompiler/ets_runtime/ecmascript/intl/
H A Dglobal_intl_helper.h73 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 Dglobal_intl_helper.cpp133 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 Djs_interop_inst_builder.cpp58 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 Dpt_returns_test.cpp247 auto types = std::vector<std::unique_ptr<TypeObject>>(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp867 std::string types[17] = in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dir_constructor.h213 InputTypesMixin *types; in Inputs() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlowering_test.cpp1064 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 Darithmetic.cpp200 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 Dfile_item_container_test.cpp515 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...]

Completed in 14 milliseconds

12