| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeRelation.cpp | 20 bool Checker::IsAllTypesAssignableTo(Type *source, Type *target) in IsAllTypesAssignableTo() 32 bool Checker::IsTypeIdenticalTo(Type *source, Type *target) in IsTypeIdenticalTo() 37 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo() 47 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, std::initializer_list<TypeErrorMessageE… in IsTypeIdenticalTo() 57 bool Checker::IsTypeAssignableTo(Type *source, Type *target) in IsTypeAssignableTo() 62 bool Checker::IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeAssignableTo() 72 bool Checker::IsTypeAssignableTo(Type *source, Type *target, std::initializer_list<TypeErrorMessage… in IsTypeAssignableTo() 82 bool Checker::IsTypeComparableTo(Type *source, Type *target) in IsTypeComparableTo() 87 bool Checker::IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeComparableTo() 97 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() 117 …dNarrowingReferenceConversion(TypeRelation *const relation, Type *const source, Type *const target) in IsAllowedNarrowingReferenceConversion() 188 … [[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() 86 bool TypeRelation::IsIdenticalTo(IndexInfo *source, IndexInfo *target) in IsIdenticalTo() 100 bool TypeRelation::IsAssignableTo(Type *source, Type *target) in IsAssignableTo() 134 bool TypeRelation::IsComparableTo(Type *source, Type *target) in IsComparableTo() 159 bool TypeRelation::IsCastableTo(Type *const source, Type *const target) in IsCastableTo()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.cpp | 107 bool Checker::IsAllTypesAssignableTo(Type *source, Type *target) in IsAllTypesAssignableTo() 119 bool Checker::IsTypeIdenticalTo(Type *source, Type *target) in IsTypeIdenticalTo() 124 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo() 134 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, std::initializer_list<TypeErrorMessageE… in IsTypeIdenticalTo() 144 bool Checker::IsTypeAssignableTo(Type *source, Type *target) in IsTypeAssignableTo() 149 bool Checker::IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeAssignableTo() 159 bool Checker::IsTypeAssignableTo(Type *source, Type *target, std::initializer_list<TypeErrorMessage… in IsTypeAssignableTo() 169 bool Checker::IsTypeComparableTo(Type *source, Type *target) in IsTypeComparableTo() 174 bool Checker::IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeComparableTo() 184 bool Checker::IsTypeComparableTo(Type *source, Type *target, std::initializer_list<TypeErrorMessage… in IsTypeComparableTo() [all …]
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | typeRelation.cpp | 49 RelationResult TypeRelation::CacheLookup(const Type *source, const Type *target, const RelationHold… in CacheLookup() 75 bool TypeRelation::IsIdenticalTo(Type *source, Type *target) in IsIdenticalTo() 96 bool TypeRelation::IsIdenticalTo(Signature *source, Signature *target) in IsIdenticalTo() 109 bool TypeRelation::IsIdenticalTo(IndexInfo *source, IndexInfo *target) in IsIdenticalTo() 122 bool TypeRelation::IsAssignableTo(Type *source, Type *target) in IsAssignableTo() 143 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_arm.rb | 24 def jump_eq(target) argument 28 def jump(target) argument
|
| D | bridge_helpers_aarch64.rb | 24 def jump_eq(target) argument 28 def jump(target) argument
|
| D | bridge_helpers_armhf.rb | 18 def jump_eq(target) argument 22 def jump(target) argument
|
| D | bridge_helpers_amd64.rb | 18 def jump_eq(target) argument 22 def jump(target) argument
|
| /arkcompiler/runtime_core/libabckit/src/adapter_dynamic/ |
| D | convert.cpp | 25 std::string_view ToString(AbckitTarget target) in ToString() 44 panda::panda_file::SourceLang ToSourceLang(AbckitTarget target) in ToSourceLang()
|
| /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 | floatType.cpp | 37 …FloatType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() 53 void FloatType::Cast(TypeRelation *const relation, Type *const target) in Cast()
|
| D | intType.cpp | 37 …l IntType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() 53 void IntType::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 EmitTailCallIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_signature/ |
| D | main.js | 21 get: function (target, property) { argument 33 set: function (target, property, value) { argument
|
| /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
|