Home
last modified time | relevance | path

Searched refs:isValid (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dark_gvn.h61 bool isValid = true; member
75 key.isValid = false; in getTombstoneKey()
H A Dgc_intrusion.cpp500 if (call->getParamAttr(i, llvm::Attribute::SExt).isValid()) { in RewriteWithGc()
503 if (call->getParamAttr(i, llvm::Attribute::ZExt).isValid()) { in RewriteWithGc()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.cpp103 Label isValid(env); in GetCallArg0()
105 BRANCH(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(0)), &isValid, &exit); in GetCallArg0()
106 Bind(&isValid); in GetCallArg0()
123 Label isValid(env); in GetCallArg1()
125 BRANCH(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(1)), &isValid, &exit); in GetCallArg1()
126 Bind(&isValid); in GetCallArg1()
143 Label isValid(env); in GetCallArg2()
146 BRANCH(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(2)), &isValid, &exit); in GetCallArg2()
147 Bind(&isValid); in GetCallArg2()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.h243 FastCallInfo IterateMethodOffsetToFastCallInfo(uint32_t methodOffset, bool *isValid) in IterateMethodOffsetToFastCallInfo() argument
247 *isValid = true; in IterateMethodOffsetToFastCallInfo()
250 *isValid = false; in IterateMethodOffsetToFastCallInfo()
H A Dnew_object_stub_builder.cpp2255 Label isValid(env); in NewJSObjectByConstructor()
2259 BRANCH(IntPtrEqual(constructor, newTarget), &isValid, &checkIsJSShared); in NewJSObjectByConstructor() local
2261 BRANCH(IsJSShared(constructor), &constructorIsShared, &isValid); in NewJSObjectByConstructor() local
2264 BRANCH(IsJSShared(newTarget), &isValid, &slowPath); in NewJSObjectByConstructor() local
2266 Bind(&isValid); in NewJSObjectByConstructor()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserClasses.cpp1019 bool isValid = function->Params().size() == 1U; in CheckPredefinedMethods() local
1020 if (isValid) { in CheckPredefinedMethods()
1022 isValid = !param->IsDefault() && !param->IsRestParameter(); in CheckPredefinedMethods()
1025 if (!isValid) { in CheckPredefinedMethods()
1033 bool isValid = function->Params().size() == 2U; in CheckPredefinedMethods() local
1034 if (isValid) { in CheckPredefinedMethods()
1037 isValid = !param1->IsDefault() && !param1->IsRestParameter() && !param2->IsDefault() && in CheckPredefinedMethods()
1041 if (!isValid) { in CheckPredefinedMethods()
H A DstatementParser.cpp745 bool isValid = true; in ParseIsForInOf() local
752 isValid = leftNode->AsArrayExpression()->ConvertibleToArrayPattern(); in ParseIsForInOf()
756 isValid = leftNode->AsObjectExpression()->ConvertibleToObjectPattern(); in ParseIsForInOf()
760 isValid = false; in ParseIsForInOf()
764 if (!isValid) { in ParseIsForInOf()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date_time_format.cpp1660 bool isValid = regex_match(input, r); in IsValidTimeZoneInput() local
1661 return isValid; in IsValidTimeZoneInput()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
H A Dframe_lowering.cpp138 for (llvm::MCSuperRegIterator sreg(reg, regInfo); sreg.isValid(); ++sreg) { in GetDwarfRegNum()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_executor.cpp595 bool isValid = JSPandaFileManager::GetInstance()->CheckFilePath(thread, abcFilePath); in IsExecuteModuleInAbcFile() local
596 if (!isValid) { in IsExecuteModuleInAbcFile()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1406 bool isValid = true; in ParseForInOf() local
1420 isValid = leftNode->AsArrayExpression()->ConvertibleToArrayPattern(); in ParseForInOf()
1424 isValid = leftNode->AsObjectExpression()->ConvertibleToObjectPattern(); in ParseForInOf()
1428 isValid = false; in ParseForInOf()
1432 if (!isValid) { in ParseForInOf()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js1860 if (!o.isValid) {
3126 if (!(o && o.isValid && a && a.isValid)) continue;
3142 if (!(o && o.isValid && a && a.isValid)) continue;
4122 if (!s || !s.isValid) {
8875 isValid: po,
19989 get isValid() {
20105 m.isValid = po;
20107 Pt(co.prototype, jsb.CCObject.prototype, [ "constructor", "name", "hideFlags", "replicated", "isValid" ]);
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp170 ASSERT(archReg.isValid()); in ArchReg()

Completed in 49 milliseconds