| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| H A D | x_shell.py | 41 def target(self) -> Target: member in CrossShell
|
| /arkcompiler/runtime_core/static_core/verification/cflow/ |
| H A D | cflow_check.cpp | 30 CheckValidFlagInstructionException(Method const *&method, CflowMethodInfo const *&cflowInfo, const uint8_t *&target, uint8_t const *&methodStart, uint8_t const *&pc) CheckValidFlagInstructionException() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | shortType.cpp | 37 bool ShortType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument 53 void ShortType::Cast(TypeRelation *const relation, Type *const target) in Cast() argument [all...] |
| H A D | longType.cpp | 37 bool LongType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument 53 void LongType::Cast(TypeRelation *const relation, Type *const target) in Cast() argument [all...] |
| H A D | etsUnionType.cpp | 51 bool ETSUnionType::EachTypeRelatedToSomeType(TypeRelation *relation, ETSUnionType *source, ETSUnionType *target) in EachTypeRelatedToSomeType() argument 57 bool ETSUnionType::TypeRelatedToSomeType(TypeRelation *relation, Type *source, ETSUnionType *target) in TypeRelatedToSomeType() argument [all...] |
| H A D | intType.cpp | 37 bool IntType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument 53 void IntType::Cast(TypeRelation *const relation, Type *const target) in Cast() argument [all...] |
| H A D | floatType.cpp | 37 bool FloatType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument 53 void FloatType::Cast(TypeRelation *const relation, Type *const target) in Cast() argument [all...] |
| H A D | etsVoidType.cpp | 26 bool ETSVoidType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource() argument
|
| H A D | charType.cpp | 37 bool CharType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument 58 void CharType::Cast(TypeRelation *const relation, Type *const target) in Cast() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | anyType.cpp | 36 bool AnyType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument
|
| H A D | undefinedType.cpp | 31 bool UndefinedType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument
|
| H A D | nullType.cpp | 31 bool NullType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument
|
| H A D | neverType.cpp | 41 bool NeverType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| H A D | webpack.config.js | |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_weak_ref.cpp | 33 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in WeakRefConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_proxy_stub_builder.cpp | 38 GateRef target = GetArgFromArgv(IntPtr(0), numArgs_, true);
in GenProxyConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_live.cpp | 42 FuncNameOperand *target = static_cast<FuncNameOperand *>(targetOpnd); in ProcessCallInsnParam() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | cg.cpp | 32 void Globals::SetTarget(CG &target) in SetTarget() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | neverType.cpp | 42 bool NeverType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument
|
| H A D | type.cpp | 34 bool Type::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument
|
| H A D | anyType.cpp | 37 bool AnyType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument
|
| H A D | nullType.cpp | 32 bool NullType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument
|
| H A D | undefinedType.cpp | 32 bool UndefinedType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | typeRelation.cpp | 22 bool Checker::IsAllTypesAssignableTo(Type *source, Type *target) in IsAllTypesAssignableTo() argument 34 bool Checker::IsTypeIdenticalTo(Type *source, Type *target) in IsTypeIdenticalTo() argument 39 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo() argument 49 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, std::initializer_list<TypeErrorMessageElement> list, in IsTypeIdenticalTo() argument 59 IsTypeAssignableTo(Type *source, Type *target) IsTypeAssignableTo() argument 64 IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, const lexer::SourcePosition &errPos) IsTypeAssignableTo() argument 74 IsTypeAssignableTo(Type *source, Type *target, std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &errPos) IsTypeAssignableTo() argument 84 IsTypeComparableTo(Type *source, Type *target) IsTypeComparableTo() argument 89 IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, const lexer::SourcePosition &errPos) IsTypeComparableTo() argument 99 IsTypeComparableTo(Type *source, Type *target, std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &errPos) IsTypeComparableTo() argument 109 AreTypesComparable(Type *source, Type *target) AreTypesComparable() argument 114 IsTypeEqualityComparableTo(Type *source, Type *target) IsTypeEqualityComparableTo() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | typeConverter.cpp | 19 TypeConverter::TypeConverter(ETSChecker *checker, TypeRelation *relation, Type *target, Type *source) in TypeConverter() argument
|