Home
last modified time | relevance | path

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

12345678910

/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/runtime_core/static_core/plugins/ets/tests/ets_test_suite/
DCMakeLists.txt33 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/
Dconversion.cpp24 void Identity(TypeRelation *const relation, Type *const source, Type *const target) in Identity()
29 void WideningPrimitive(TypeRelation *const relation, Type *const source, Type *const target) in WideningPrimitive()
36 void NarrowingPrimitive(TypeRelation *const relation, Type *const source, Type *const target) in NarrowingPrimitive()
43 …ingNarrowingPrimitive(TypeRelation *const relation, ByteType *const source, CharType *const target) in WideningNarrowingPrimitive()
53 …ngReference(TypeRelation *const relation, ETSObjectType *const source, ETSObjectType *const target) in WideningReference()
58 …ingReference(TypeRelation *const relation, ETSArrayType *const source, ETSObjectType *const target) in WideningReference()
63 …ningReference(TypeRelation *const relation, ETSArrayType *const source, ETSArrayType *const target) in WideningReference()
71 ETSObjectType *const target) in IsAllowedNarrowingReferenceConversionObjectObject()
111 …dNarrowingReferenceConversion(TypeRelation *const relation, Type *const source, Type *const target) in IsAllowedNarrowingReferenceConversion()
182 … [[maybe_unused]] Type *const source, [[maybe_unused]] Type *const target) in IsUncheckedNarrowingReferenceConversion()
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeRelation.cpp28 RelationResult TypeRelation::CacheLookup(const Type *source, const Type *target, const RelationHold… in CacheLookup()
52 bool TypeRelation::IsIdenticalTo(Type *source, Type *target) in IsIdenticalTo()
71 bool TypeRelation::IsIdenticalTo(Signature *source, Signature *target) in IsIdenticalTo()
84 bool TypeRelation::IsIdenticalTo(IndexInfo *source, IndexInfo *target) in IsIdenticalTo()
98 bool TypeRelation::IsAssignableTo(Type *source, Type *target) in IsAssignableTo()
121 bool TypeRelation::IsComparableTo(Type *source, Type *target) in IsComparableTo()
146 bool TypeRelation::IsCastableTo(Type *const source, Type *const target) in IsCastableTo()
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.cpp107 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/
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()
/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/ets_frontend/es2panda/compiler/core/
DenvScope.h71 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/
Dbridge_helpers_arm.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_aarch64.rb24 def jump_eq(target) argument
28 def jump(target) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dstring_utils.cpp27 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/
DetsDynamicType.cpp55 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()
DetsFunctionType.cpp55 bool ETSFunctionType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource()
74 static Signature *ProcessSignatures(TypeRelation *relation, Signature *target, ETSFunctionType *sou… in ProcessSignatures()
142 Signature *target = callSignatures_[0]; in AssignmentTarget() local
209 checker::RelationResult ETSFunctionType::CastFunctionParams(TypeRelation *relation, Type *target) in CastFunctionParams()
226 void ETSFunctionType::Cast(TypeRelation *relation, Type *target) in Cast()
DetsBooleanType.cpp36 …oleanType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource()
45 void ETSBooleanType::Cast(TypeRelation *const relation, Type *const target) in Cast()
DlongType.cpp37 … LongType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource()
53 void LongType::Cast(TypeRelation *const relation, Type *const target) in Cast()
DdoubleType.cpp37 …oubleType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource()
52 void DoubleType::Cast(TypeRelation *const relation, Type *const target) in Cast()
DintType.cpp37 …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/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_boundary.cpp21 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/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
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DdynamicContext.cpp34 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()
266 …compiler::Label *target = etsg->ControlFlowChangeBreak(insertion.second->AsBreakStatement()->Ident… in EmitFinalizer() local
269 …compiler::Label *target = etsg->ControlFlowChangeContinue(insertion.second->AsContinueStatement()-… in EmitFinalizer() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
DCMakeLists.txt34 set(target ets_test_suite_gc_${TEST_NAME}-ets-${run_mode}) variable
57 set(target ets_test_suite_gc_${TEST_NAME}) variable
/arkcompiler/toolchain/tooling/test/testcases/js/
Dvariable_first.js270 var target = { variable
275 get(target, key) { argument
280 set(target, key, value) { argument

12345678910