Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 99) sorted by relevance

1234

/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeRelation.cpp22 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/
DtypeRelation.cpp51 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()
DunionType.cpp33 … 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()
Dtype.cpp34 bool Type::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource()
DundefinedType.cpp32 bool UndefinedType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource()
DneverType.cpp42 bool NeverType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_reflect.cpp30 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 …]
Dbuiltins_weak_ref.cpp36 JSHandle<JSTaggedValue> target = GetCallArg(argv, 0); in WeakRefConstructor() local
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericPrototypeProperty2.ts24 target: EventTarget; property in BaseEvent
28 target: T; property in MyEvent
DgenericPrototypeProperty3.ts27 target: T; property in MyEvent
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp99 …JSHandle<JSFunction> target = factory->NewJSFunction(env, reinterpret_cast<void *>(TestReflectAppl… in HWTEST_F_L0() local
143 JSHandle<JSFunction> target = JSHandle<JSFunction>::Cast(env->GetStringFunction()); in HWTEST_F_L0() local
174 JSHandle<JSObject> target = in HWTEST_F_L0() local
225 JSHandle<JSObject> target = in HWTEST_F_L0() local
254 JSHandle<JSObject> target = in HWTEST_F_L0() local
282 JSHandle<JSObject> target = in HWTEST_F_L0() local
326 JSHandle<JSObject> target = in HWTEST_F_L0() local
352 JSHandle<JSObject> target = in HWTEST_F_L0() local
378 JSHandle<JSObject> target = in HWTEST_F_L0() local
400 JSHandle<JSObject> target = in HWTEST_F_L0() local
[all …]
Dbuiltins_weak_ref_test.cpp69 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
197 JSHandle<JSTaggedValue> target(symbolTarget); in HWTEST_F_L0() local
Dbuiltins_finalization_registry_test.cpp127 …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
455 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local
504 JSTaggedValue target = JSTaggedValue::Undefined(); in HWTEST_F_L0() local
Dbuiltins_proxy_test.cpp74 JSHandle<JSObject> target = BuiltinsTestProxyCreate(thread); in HWTEST_F_L0() local
94 JSHandle<JSObject> target = BuiltinsTestProxyCreate(thread); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Drun.bat44 for /f "tokens=*" %%i in ('hdc list targets') do (set target=%%i) variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DenvScope.h71 explicit LoopEnvScope(PandaGen *pg, binder::LoopScope *scope, LabelTarget target) in LoopEnvScope()
77 explicit LoopEnvScope(PandaGen *pg, LabelTarget target, binder::LoopScope *scope) in LoopEnvScope()
DdynamicContext.cpp26 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/
Dassembler_x64.cpp528 void AssemblerX64::Callq(Label *target) in Callq()
554 void AssemblerX64::Jmp(Label *target, Distance distance) in Jmp()
608 void AssemblerX64::Ja(Label *target, Distance distance) in Ja()
640 void AssemblerX64::Jb(Label *target, Distance distance) in Jb()
671 void AssemblerX64::Jz(Label *target, Distance distance) in Jz()
703 void AssemblerX64::Je(Label *target, Distance distance) in Je()
735 void AssemblerX64::Bind(Label *target) in Bind()
907 void AssemblerX64::Jne(Label *target, Distance distance) in Jne()
947 void AssemblerX64::Jbe(Label *target, Distance distance) in Jbe()
1101 void AssemblerX64::Jnz(Label *target, Distance distance) in Jnz()
[all …]
Dextended_assembler_x64.cpp80 Label *target = module_->GetFunctionLabel(id); in CallAssemblerStub() local
86 Label *target = module_->GetFunctionLabel(id); in BindAssemblerStub() local
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dcodegen_arm64.rb88 def jeq(a, b, target) argument
93 def jneq(a, b, target) argument
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_finalization_registry_test.cpp105 …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/test/moduletest/assignproxy/
Dassignproxy.js24 get: function(target, propertyKey, receiver) { argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp57 Label *target = module_->GetFunctionLabel(id); in CallAssemblerStub() local
63 Label *target = module_->GetFunctionLabel(id); in BindAssemblerStub() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DbreakStatement.cpp38 compiler::Label *target = pg->ControlFlowChangeBreak(ident_); in Compile() local
DcontinueStatement.cpp37 compiler::Label *target = pg->ControlFlowChangeContinue(ident_); in Compile() local

1234