| /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/ets_frontend/es2panda/typescript/types/ |
| D | typeRelation.cpp | 51 RelationResult TypeRelation::CacheLookup(const Type *source, const Type *target, const RelationHold… in CacheLookup() 75 bool TypeRelation::IsIdenticalTo(Type *source, Type *target) in IsIdenticalTo() 94 bool TypeRelation::IsIdenticalTo(Signature *source, Signature *target) in IsIdenticalTo() 107 bool TypeRelation::IsIdenticalTo(IndexInfo *source, IndexInfo *target) in IsIdenticalTo() 120 bool TypeRelation::IsAssignableTo(Type *source, Type *target) in IsAssignableTo() 141 bool TypeRelation::IsComparableTo(Type *source, Type *target) in IsComparableTo()
|
| D | unionType.cpp | 33 … UnionType::EachTypeRelatedToSomeType(TypeRelation *relation, UnionType *source, UnionType *target) in EachTypeRelatedToSomeType() 39 bool UnionType::TypeRelatedToSomeType(TypeRelation *relation, Type *source, UnionType *target) in TypeRelatedToSomeType() 58 bool UnionType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_reflect.cpp | 30 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectApply() local 60 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectConstruct() local 94 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectDefineProperty() local 118 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectDeleteProperty() local 141 JSHandle<JSObject> target = JSHandle<JSObject>::Cast(val); in ReflectGet() local 163 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectGetOwnPropertyDescriptor() local 205 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectHas() local 223 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectIsExtensible() local 239 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectOwnKeys() local 259 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in ReflectPreventExtensions() local [all …]
|
| /arkcompiler/runtime_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_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_x86.rb | 18 def jump_eq(target) argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_reflect_test.cpp | 105 …JSHandle<JSFunction> target = factory->NewJSFunction(env, reinterpret_cast<void *>(TestReflectAppl… in HWTEST_F_L0() local 149 JSHandle<JSFunction> target = JSHandle<JSFunction>::Cast(env->GetStringFunction()); in HWTEST_F_L0() local 179 JSHandle<JSObject> target = in HWTEST_F_L0() local 230 JSHandle<JSObject> target = in HWTEST_F_L0() local 259 JSHandle<JSObject> target = in HWTEST_F_L0() local 287 JSHandle<JSObject> target = in HWTEST_F_L0() local 331 JSHandle<JSObject> target = in HWTEST_F_L0() local 357 JSHandle<JSObject> target = in HWTEST_F_L0() local 383 JSHandle<JSObject> target = in HWTEST_F_L0() local 405 JSHandle<JSObject> target = in HWTEST_F_L0() local [all …]
|
| D | builtins_weak_ref_test.cpp | 69 JSTaggedValue CreateWeakRefConstructor(JSThread *thread, JSTaggedValue target) in CreateWeakRefConstructor() 93 …JSHandle<JSObject> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), obje… in HWTEST_F_L0() local 116 …JSHandle<JSObject> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), obje… in HWTEST_F_L0() local 138 …JSHandle<JSObject> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc), obje… in HWTEST_F_L0() local 165 JSTaggedValue target = in HWTEST_F_L0() local
|
| D | builtins_finalization_registry_test.cpp | 127 …JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc),… in HWTEST_F_L0() local 153 …JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc),… in HWTEST_F_L0() local 182 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local 220 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local 274 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local 326 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local 376 …JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc),… in HWTEST_F_L0() local 413 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local
|
| D | builtins_proxy_test.cpp | 74 JSHandle<JSObject> target = BuiltinsTestProxyCreate(thread); in HWTEST_F_L0() local 94 JSHandle<JSObject> target = BuiltinsTestProxyCreate(thread); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | envScope.h | 71 explicit LoopEnvScope(PandaGen *pg, binder::LoopScope *scope, LabelTarget target) in LoopEnvScope() 77 explicit LoopEnvScope(PandaGen *pg, LabelTarget target, binder::LoopScope *scope) in LoopEnvScope()
|
| D | dynamicContext.cpp | 26 DynamicContext::DynamicContext(PandaGen *pg, LabelTarget target) : pg_(pg), target_(target), prev_(… in DynamicContext() 56 LexEnvContext::LexEnvContext(LoopEnvScope *envScope, PandaGen *pg, LabelTarget target) in LexEnvContext() 109 IteratorContext::IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target) in IteratorContext()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 527 void AssemblerX64::Callq(Label *target) in Callq() 553 void AssemblerX64::Jmp(Label *target, Distance distance) in Jmp() 607 void AssemblerX64::Ja(Label *target, Distance distance) in Ja() 639 void AssemblerX64::Jb(Label *target, Distance distance) in Jb() 670 void AssemblerX64::Jz(Label *target, Distance distance) in Jz() 702 void AssemblerX64::Je(Label *target, Distance distance) in Je() 734 void AssemblerX64::Bind(Label *target) in Bind() 906 void AssemblerX64::Jne(Label *target, Distance distance) in Jne() 946 void AssemblerX64::Jbe(Label *target, Distance distance) in Jbe() 1100 void AssemblerX64::Jnz(Label *target, Distance distance) in Jnz() [all …]
|
| D | extended_assembler_x64.cpp | 80 Label *target = module_->GetFunctionLabel(id); in CallAssemblerStub() local 86 Label *target = module_->GetFunctionLabel(id); in BindAssemblerStub() local
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | codegen_arm64.rb | 88 def jeq(a, b, target) argument 93 def jneq(a, b, target) argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_finalization_registry_test.cpp | 105 …JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc),… in HWTEST_F_L0() local 139 …JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc),… in HWTEST_F_L0() local 178 JSHandle<JSTaggedValue> target(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 248 JSHandle<JSTaggedValue> target(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 323 JSHandle<JSTaggedValue> target(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 368 JSHandle<JSTaggedValue> target(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 409 …JSHandle<JSTaggedValue> target(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objectFunc),… in HWTEST_F_L0() local 443 JSHandle<JSTaggedValue> target(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | extend_assembler.cpp | 57 Label *target = module_->GetFunctionLabel(id); in CallAssemblerStub() local 63 Label *target = module_->GetFunctionLabel(id); in BindAssemblerStub() local
|
| /arkcompiler/ets_frontend/ts2panda/tests/types/ |
| D | typeUtils.ts | 37 target: 2, variable
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | locations.cpp | 30 Target target {arch}; in Dump() local
|
| /arkcompiler/ets_runtime/test/moduletest/assignproxy/ |
| D | assignproxy.js | 24 get: function(target, propertyKey, receiver) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 27 apply: function(target, thisObj, args) { argument
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_boundary.cpp | 95 auto target = Target(GetGraph()->GetArch()); in CreateFrameInfo() local 141 ScopedTmpRegLazy target(GetEncoder()); in IntrinsicTailCall() local
|