| /arkcompiler/runtime_core/verification/ |
| D | verification.yaml | 56 - invalid 118 - invalid 136 - invalid 154 - invalid 170 - invalid 186 - invalid 200 - invalid 214 - invalid 228 - invalid 236 - invalid [all …]
|
| /arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
| D | regexp.cpp | 97 ThrowError("Invalid closing parenthesis"); in ParsePattern() 163 ThrowError("Invalid group"); in ParseAlternative() 187 ThrowError("Invalid quantifier, nothing to repeat"); in ParseAlternative() 191 ThrowError("Invalid character"); in ParseAlternative() 222 ThrowError("Invalid non-capturing group"); in ParseNonCapturingGroup() 247 ThrowError("Invalid capturing group"); in ParseCapturingGroup() 258 ThrowError("Invalid assertion"); in ParseAssertion() 270 ThrowError("Invalid control escape"); in ParseControlEscape() 299 ThrowError("Invalid class escape"); in ParseClassAtom() 361 ThrowError("Invalid escape"); in ParseClassAtom() [all …]
|
| /arkcompiler/ets_frontend/test262/ |
| D | intl_tests.txt | 10 intl402/BigInt/prototype/toLocaleString/this-value-invalid.js 20 intl402/Collator/ignore-invalid-unicode-ext-values.js 76 intl402/Date/prototype/this-value-invalid-date.js 88 intl402/DateTimeFormat/constructor-options-fractionalSecondDigits-invalid.js 94 intl402/DateTimeFormat/constructor-options-timeStyle-invalid.js 97 intl402/DateTimeFormat/constructor-options-dateStyle-invalid.js 99 intl402/DateTimeFormat/constructor-options-numberingSystem-invalid.js 105 intl402/DateTimeFormat/ignore-invalid-unicode-ext-values.js 106 intl402/DateTimeFormat/constructor-options-calendar-invalid.js 221 intl402/DateTimeFormat/constructor-options-dayPeriod-invalid.js [all …]
|
| /arkcompiler/runtime_core/verification/util/ |
| D | index.h | 27 // as dedicated invalid value 28 template <typename Int, const Int INVALID = std::numeric_limits<Int>::max()> 31 Index() : Value_ {INVALID} {} in Index() 67 Value_ = INVALID; in Invalidate() 72 return Value_ != INVALID; in IsValid()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | rpo.h | 50 ASSERT_PRINT(IsValid(), "RPO is invalid"); in RemoveBasicBlock() 59 ASSERT_PRINT(IsValid(), "RPO is invalid"); in AddBasicBlockAfter() 66 ASSERT_PRINT(IsValid(), "RPO is invalid"); in AddBasicBlockBefore() 73 ASSERT_PRINT(IsValid(), "RPO is invalid"); in AddVectorAfter()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-invalid-unicode-escape-expected.txt | 1 SyntaxError: Invalid hex escape [test-invalid-unicode-escape.js:16:10]
|
| D | test-invalid-regexp-flags-expected.txt | 1 SyntaxError: Invalid RegExp flag [test-invalid-regexp-flags.js:15:612]
|
| D | Invalid-destructuring-target-arguments-8-expected.txt | 1 SyntaxError: Invalid destructuring assignment target: arguments [Invalid-destructuring-target-argum…
|
| D | Invalid-destructuring-target-arguments-1-expected.txt | 1 SyntaxError: Invalid destructuring assignment target: arguments [Invalid-destructuring-target-argum…
|
| D | Invalid-destructuring-target-arguments-3-expected.txt | 1 SyntaxError: Invalid destructuring assignment target: arguments [Invalid-destructuring-target-argum…
|
| D | Invalid-destructuring-target-arguments-4-expected.txt | 1 SyntaxError: Invalid destructuring assignment target: arguments [Invalid-destructuring-target-argum…
|
| D | Invalid-destructuring-target-arguments-2-expected.txt | 1 SyntaxError: Invalid destructuring assignment target: arguments [Invalid-destructuring-target-argum…
|
| D | Invalid-destructuring-target-arguments-5-expected.txt | 1 SyntaxError: Invalid destructuring assignment target: arguments [Invalid-destructuring-target-argum…
|
| D | Invalid-destructuring-target-arguments-6-expected.txt | 1 SyntaxError: Invalid destructuring assignment target: arguments [Invalid-destructuring-target-argum…
|
| D | Invalid-destructuring-target-arguments-7-expected.txt | 1 SyntaxError: Invalid destructuring assignment target: arguments [Invalid-destructuring-target-argum…
|
| D | invalid-left-hand-side-in-prefix-operation-expected.txt | 1 SyntaxError: Invalid left-hand side in prefix operation [invalid-left-hand-side-in-prefix-operation…
|
| /arkcompiler/ets_frontend/ts2panda/src/function/ |
| D | asyncFunctionBuilder.ts | 50 pandaGen.asyncFunctionEnter(NodeKind.Invalid); 51 pandaGen.storeAccumulator(NodeKind.Invalid, this.funcObj); 110 pandaGen.asyncFunctionReject(NodeKind.Invalid, this.funcObj); 111 pandaGen.return(NodeKind.Invalid);
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-ins.h | 38 INVALID, 39 NUM_OPCODES = INVALID 100 Opcode opcode = Opcode::INVALID; /* operation type */ 125 if (opcode == Opcode::INVALID) { // TODO(mbolshov): introduce 'label' opcode for labels in HasFlag() 169 if (opcode == Opcode::INVALID) { in MaxRegEncodingWidth() 181 if (opcode == Opcode::INVALID) { in Uses() 202 if (opcode == Opcode::INVALID) { in Def()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | memory_coalescing_doc.md | 58 …t may be coalesced is inserted into this queue. A candidate is marked as invalid in the following … 60 * store candidates are invalid if SaveState instruction has been met 61 …* all candidates are invalid if a barrier is met: calls, control flow instructions, monitors, exce… 69 3) If the instruction is a memory operation – add it as invalid candidate. 72 …2) If a candidate is invalid **or** candidate cannot be coalesced with the instruction **or** both… 121 // Skip not interesting candidates: invalid and that cannot be coalesced with current inst 122 if (cand->IsMarked(invalid) || cand->GetOpcode() != inst->GetOpcode()) { 136 cand->SetMarker(invalid); 137 inst->SetMarket(invalid);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.h | 30 INVALID, enumerator 35 INVALID, enumerator 40 Offset offset { Offset::INVALID }; 41 Length length { Length::INVALID }; 45 …return (constpool != 0) && (pc != 0) && (offset != Offset::INVALID) && (length != Length::INVALID); in IsValid()
|
| /arkcompiler/ets_frontend/ts2panda/templates/ |
| D | irnodes.ts.erb | 319 if (this.node != NodeKind.Invalid && 482 let invalid = 255; 484 if (icSize <= invalid) { 493 } else if(icSize > invalid && icSize <= 65535) { 497 this.operands[0] = new Imm(invalid); 502 let invalid = 255; 504 if (icSize < invalid) { 505 if ((icSize + <%= ret %>) > invalid) { 506 this.operands[0] = new Imm(invalid); 513 this.operands[0] = new Imm(invalid);
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_field.h | 31 static_assert(start < sizeof(uint64_t) * BITS_PER_BYTE, "Invalid position"); 32 static_assert(bits_num != 0U, "Invalid size"); 33 static_assert(bits_num <= sizeof(uint64_t) * BITS_PER_BYTE, "Invalid size"); 34 static_assert(bits_num + start <= sizeof(uint64_t) * BITS_PER_BYTE, "Invalid position + size");
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | bcopt_type_adaption_test.cpp | 203 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in TypeAdaptionTest() 204 …AddTypeinfo(&elements, ADD_IDX + 1 - num_invalid, STR_TYPE); // exclude invalid insns because the… in TypeAdaptionTest() 227 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in TypeAdaptionTest() 228 …int32_t ldai_type_idx = opt_ldai_idx - num_invalid; // exclude invalid insns because they do not … in TypeAdaptionTest() 241 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in TypeAdaptionTest() 242 …int32_t add_type_idx = opt_add_idx - num_invalid; // exclude invalid insns because they do not em… in TypeAdaptionTest() 311 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in TypeAdaptionTest_UnconditionalJump() 312 …AddTypeinfo(&elements, ADD_IDX + 1 - num_invalid, STR_TYPE); // exclude invalid insns because the… in TypeAdaptionTest_UnconditionalJump() 333 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in TypeAdaptionTest_UnconditionalJump() 334 …int32_t add_type_idx = opt_add_idx - num_invalid; // exclude invalid insns because they do not em… in TypeAdaptionTest_UnconditionalJump()
|
| /arkcompiler/runtime_core/scripts/ |
| D | install-third-party | 117 echo "$MSG_PREFIX Invalid commit type for $lib_name: $commit_type" 124 echo "$MSG_PREFIX Invalid patch mode for $lib_name: $patch_mode" 139 echo "$MSG_PREFIX Invalid submodule mode for $lib_name: $submodule_mode" 159 echo "$MSG_PREFIX Invalid manifest file '$ARK_THIRD_PARTY_MANIFEST'"
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | locations.h | 34 DEF(INVALID, "?") \ 53 Location() : Location(Kind::INVALID) {} in Location() 87 return GetKind() == Kind::INVALID; in IsInvalid() 204 static Location Invalid() in Invalid() function
|