| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeRelation.cpp | 22 bool Checker::IsAllTypesAssignableTo(Type *source, Type *target) in IsAllTypesAssignableTo() 34 bool Checker::IsTypeIdenticalTo(Type *source, Type *target) in IsTypeIdenticalTo() 39 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo() 49 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, std::initializer_list<TypeErrorMessageE… in IsTypeIdenticalTo() 59 bool Checker::IsTypeAssignableTo(Type *source, Type *target) in IsTypeAssignableTo() 64 bool Checker::IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeAssignableTo() 74 bool Checker::IsTypeAssignableTo(Type *source, Type *target, std::initializer_list<TypeErrorMessage… in IsTypeAssignableTo() 84 bool Checker::IsTypeComparableTo(Type *source, Type *target) in IsTypeComparableTo() 89 bool Checker::IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeComparableTo() 99 bool Checker::IsTypeComparableTo(Type *source, Type *target, std::initializer_list<TypeErrorMessage… in IsTypeComparableTo() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/ |
| D | CMakeLists.txt | 33 set(target ${test_suite}_${ARG_TEST_NAME}-ets-int) variable 45 set(target ${test_suite}_${ARG_TEST_NAME}-ets-aot) variable 51 set(target ${test_suite}_${ARG_TEST_NAME}-ets-llvmaot) variable 57 set(target ${test_suite}_${ARG_TEST_NAME}-ets-jit) variable 63 set(target ${test_suite}_${ARG_TEST_NAME}-ets-jit-osr) variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | conversion.cpp | 25 void Identity(TypeRelation *const relation, Type *const source, Type *const target) in Identity() 30 void WideningPrimitive(TypeRelation *const relation, Type *const source, Type *const target) in WideningPrimitive() 37 void NarrowingPrimitive(TypeRelation *const relation, Type *const source, Type *const target) in NarrowingPrimitive() 44 …ingNarrowingPrimitive(TypeRelation *const relation, ByteType *const source, CharType *const target) in WideningNarrowingPrimitive() 54 …ngReference(TypeRelation *const relation, ETSObjectType *const source, ETSObjectType *const target) in WideningReference() 59 …ingReference(TypeRelation *const relation, ETSArrayType *const source, ETSObjectType *const target) in WideningReference() 64 …ningReference(TypeRelation *const relation, ETSArrayType *const source, ETSArrayType *const target) in WideningReference() 72 ETSObjectType *const target) in IsAllowedNarrowingReferenceConversionObjectObject() 112 …dNarrowingReferenceConversion(TypeRelation *const relation, Type *const source, Type *const target) in IsAllowedNarrowingReferenceConversion() 183 … [[maybe_unused]] Type *const source, [[maybe_unused]] Type *const target) in IsUncheckedNarrowingReferenceConversion() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | typeRelation.cpp | 28 RelationResult TypeRelation::CacheLookup(const Type *source, const Type *target, const RelationHold… in CacheLookup() 52 bool TypeRelation::IsIdenticalTo(Type *source, Type *target) in IsIdenticalTo() 74 bool TypeRelation::IsCompatibleTo(Signature *source, Signature *target) in IsCompatibleTo() 87 bool TypeRelation::IsIdenticalTo(IndexInfo *source, IndexInfo *target) in IsIdenticalTo() 101 bool TypeRelation::IsAssignableTo(Type *source, Type *target) in IsAssignableTo() 124 bool TypeRelation::IsComparableTo(Type *source, Type *target) in IsComparableTo() 149 bool TypeRelation::IsCastableTo(Type *const source, Type *const target) in IsCastableTo()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.cpp | 120 bool Checker::IsAllTypesAssignableTo(Type *source, Type *target) in IsAllTypesAssignableTo() 132 bool Checker::IsTypeIdenticalTo(Type *source, Type *target) in IsTypeIdenticalTo() 137 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo() 147 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, std::initializer_list<TypeErrorMessageE… in IsTypeIdenticalTo() 157 bool Checker::IsTypeAssignableTo(Type *source, Type *target) in IsTypeAssignableTo() 162 bool Checker::IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeAssignableTo() 172 bool Checker::IsTypeAssignableTo(Type *source, Type *target, std::initializer_list<TypeErrorMessage… in IsTypeAssignableTo() 182 bool Checker::IsTypeComparableTo(Type *source, Type *target) in IsTypeComparableTo() 187 bool Checker::IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeComparableTo() 197 bool Checker::IsTypeComparableTo(Type *source, Type *target, std::initializer_list<TypeErrorMessage… in IsTypeComparableTo() [all …]
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | typeRelation.cpp | 51 RelationResult TypeRelation::CacheLookup(const Type *source, const Type *target, const RelationHold… in CacheLookup() 77 bool TypeRelation::IsIdenticalTo(Type *source, Type *target) in IsIdenticalTo() 97 bool TypeRelation::IsIdenticalTo(Signature *source, Signature *target) in IsIdenticalTo() 110 bool TypeRelation::IsIdenticalTo(IndexInfo *source, IndexInfo *target) in IsIdenticalTo() 123 bool TypeRelation::IsAssignableTo(Type *source, Type *target) in IsAssignableTo() 144 bool TypeRelation::IsComparableTo(Type *source, Type *target) in IsComparableTo()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_reflect.cpp | 29 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectApply() local 35 …TaggedValue BuiltinsReflect::ReflectApplyInternal(JSThread *thread, JSHandle<JSTaggedValue> target, in ReflectApplyInternal() 68 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectConstruct() local 88 …edValue BuiltinsReflect::ReflectConstructInternal(JSThread *thread, JSHandle<JSTaggedValue> target, in ReflectConstructInternal() 109 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectDefineProperty() local 133 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectDeleteProperty() local 177 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectGetOwnPropertyDescriptor() local 218 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectHas() local 223 JSTaggedValue BuiltinsReflect::ReflectHasInternal(JSThread *thread, JSHandle<JSTaggedValue> target, in ReflectHasInternal() 245 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectIsExtensible() local [all …]
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | envScope.h | 71 explicit VariableEnvScope(PandaGen *pg, binder::VariableScope *scope, LabelTarget target) in VariableEnvScope() 99 explicit LoopEnvScope(PandaGen *pg, binder::LoopScope *scope, LabelTarget target) in LoopEnvScope() 104 explicit LoopEnvScope(PandaGen *pg, LabelTarget target, binder::LoopScope *scope) in LoopEnvScope()
|
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| D | bridge_helpers_aarch64.rb | 24 def jump_eq(target) argument 28 def jump(target) argument
|
| D | bridge_helpers_amd64.rb | 18 def jump_eq(target) argument 22 def jump(target) argument
|
| D | bridge_helpers_armhf.rb | 18 def jump_eq(target) argument 22 def jump(target) argument
|
| D | bridge_helpers_arm.rb | 24 def jump_eq(target) argument 28 def jump(target) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | string_utils.cpp | 27 std::string StringUtils::Replace(const std::string &src, const std::string &target, const std::stri… in Replace() 42 std::string StringUtils::Append(const std::string &src, const std::string &target, const std::strin… in Append() 47 std::string StringUtils::GetStrAfterLast(const std::string &src, const std::string &target, bool is… in GetStrAfterLast() 56 std::string StringUtils::GetStrBeforeLast(const std::string &src, const std::string &target, bool i… in GetStrBeforeLast()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsDynamicType.cpp | 55 bool ETSDynamicType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource() 72 void ETSDynamicType::Cast(TypeRelation *relation, Type *target) in Cast() 101 bool ETSDynamicType::IsConvertible(Type const *target) in IsConvertible()
|
| D | etsBooleanType.cpp | 36 …oleanType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() 45 void ETSBooleanType::Cast(TypeRelation *const relation, Type *const target) in Cast()
|
| D | longType.cpp | 37 … LongType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() 53 void LongType::Cast(TypeRelation *const relation, Type *const target) in Cast()
|
| D | charType.cpp | 37 … CharType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() 58 void CharType::Cast(TypeRelation *const relation, Type *const target) in Cast()
|
| D | byteType.cpp | 37 … ByteType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() 53 void ByteType::Cast(TypeRelation *const relation, Type *const target) in Cast()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_reflect_test.cpp | 75 …JSHandle<JSFunction> target = factory->NewJSFunction(env, reinterpret_cast<void *>(TestReflectAppl… in HWTEST_F_L0() local 119 JSHandle<JSFunction> target = JSHandle<JSFunction>::Cast(env->GetStringFunction()); in HWTEST_F_L0() local 150 JSHandle<JSObject> target = in HWTEST_F_L0() local 201 JSHandle<JSObject> target = in HWTEST_F_L0() local 230 JSHandle<JSObject> target = in HWTEST_F_L0() local 258 JSHandle<JSObject> target = in HWTEST_F_L0() local 302 JSHandle<JSObject> target = in HWTEST_F_L0() local 328 JSHandle<JSObject> target = in HWTEST_F_L0() local 354 JSHandle<JSObject> target = in HWTEST_F_L0() local 376 JSHandle<JSObject> target = in HWTEST_F_L0() local [all …]
|
| D | builtins_finalization_registry_test.cpp | 91 void KeyValueCommon(JSThread* thread, JSHandle<JSTaggedValue>& target) in KeyValueCommon() 134 …JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc),… in HWTEST_F_L0() local 150 …JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc),… in HWTEST_F_L0() local 168 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local 193 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local 233 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local 265 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local 301 …JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc),… in HWTEST_F_L0() local 321 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local 351 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local [all …]
|
| D | builtins_weak_ref_test.cpp | 45 JSTaggedValue CreateWeakRefConstructor(JSThread *thread, JSTaggedValue target) in CreateWeakRefConstructor() 69 …JSHandle<JSObject> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), obje… in HWTEST_F_L0() local 92 …JSHandle<JSObject> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), obje… in HWTEST_F_L0() local 114 …JSHandle<JSObject> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), obje… in HWTEST_F_L0() local 141 JSTaggedValue target = in HWTEST_F_L0() local 173 JSHandle<JSTaggedValue> target(symbolTarget); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_boundary.cpp | 21 static void PushStackRegister(Encoder *encoder, Target target, Reg threadReg, size_t tlsFrameOffset) in PushStackRegister() 36 static void PushLinkAndStackRegister(Encoder *encoder, Target target, Reg threadReg, size_t tlsFram… in PushLinkAndStackRegister() 54 auto target = GetTarget(); in GeneratePrologue() local 104 auto target = Target(GetGraph()->GetArch()); in CreateFrameInfo() local 150 ScopedTmpReg target(GetEncoder()); in IntrinsicTailCall() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | CMakeLists.txt | 34 set(target ets_test_suite_gc_${TEST_NAME}-ets-${run_mode}) variable 57 set(target ets_test_suite_gc_${TEST_NAME}) variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | dynamicContext.cpp | 34 DynamicContext::DynamicContext(CodeGen *cg, LabelTarget target) : cg_(cg), target_(target), prev_(C… in DynamicContext() 64 LexEnvContext::LexEnvContext(LoopEnvScope *envScope, PandaGen *pg, LabelTarget target) in LexEnvContext() 118 IteratorContext::IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target) in IteratorContext() 279 … compiler::Label *target = etsg->ControlFlowChangeBreak(statement->AsBreakStatement()->Ident()); in EmitFinalizerInsertion() local 282 …compiler::Label *target = etsg->ControlFlowChangeContinue(statement->AsContinueStatement()->Ident(… in EmitFinalizerInsertion() local
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/ecmascript_newfeatures/ |
| D | tsconfig.json | 3 "target": "ES2021" string
|