/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
H A D | ark_gvn.h | 61 bool isValid = true; member 75 key.isValid = false; in getTombstoneKey()
|
H A D | gc_intrusion.cpp | 500 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 D | builtins_stubs.cpp | 103 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 D | bytecode_info_collector.h | 243 FastCallInfo IterateMethodOffsetToFastCallInfo(uint32_t methodOffset, bool *isValid) in IterateMethodOffsetToFastCallInfo() argument 247 *isValid = true; in IterateMethodOffsetToFastCallInfo() 250 *isValid = false; in IterateMethodOffsetToFastCallInfo()
|
H A D | new_object_stub_builder.cpp | 2255 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 D | ETSparserClasses.cpp | 1019 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 D | statementParser.cpp | 745 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 D | js_date_time_format.cpp | 1660 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 D | frame_lowering.cpp | 138 for (llvm::MCSuperRegIterator sreg(reg, regInfo); sreg.isValid(); ++sreg) { in GetDwarfRegNum()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | js_pandafile_executor.cpp | 595 bool isValid = JSPandaFileManager::GetInstance()->CheckFilePath(thread, abcFilePath); in IsExecuteModuleInAbcFile() local 596 if (!isValid) { in IsExecuteModuleInAbcFile()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | statementParser.cpp | 1406 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 D | cocos_worker_test.js | 1860 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 D | encode.cpp | 170 ASSERT(archReg.isValid()); in ArchReg()
|