Home
last modified time | relevance | path

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

12345

/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()
/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 …]
/arkcompiler/runtime_core/runtime/templates/
Dbridge_helpers_arm.rb24 def jump_eq(target) argument
28 def jump(target) argument
Dbridge_helpers_aarch64.rb24 def jump_eq(target) argument
28 def jump(target) argument
Dbridge_helpers_amd64.rb18 def jump_eq(target) argument
22 def jump(target) argument
Dbridge_helpers_armhf.rb18 def jump_eq(target) argument
22 def jump(target) argument
Dbridge_helpers_x86.rb18 def jump_eq(target) argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp105 …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 …]
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
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
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/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.cpp527 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 …]
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/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/ts2panda/tests/types/
DtypeUtils.ts37 target: 2, variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dlocations.cpp30 Target target {arch}; in Dump() local
/arkcompiler/ets_runtime/test/moduletest/assignproxy/
Dassignproxy.js24 get: function(target, propertyKey, receiver) { argument
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js27 apply: function(target, thisObj, args) { argument
/arkcompiler/runtime_core/irtoc/backend/compiler/
Dcodegen_boundary.cpp95 auto target = Target(GetGraph()->GetArch()); in CreateFrameInfo() local
141 ScopedTmpRegLazy target(GetEncoder()); in IntrinsicTailCall() local

12345