| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | range_analysis.cpp | 22 auto &range = rangeInfos_[acc_.GetId(gate)]; in UpdateRange() local 80 auto range = RangeInfo::NONE(); in VisitPhi() local 112 auto range = GetRange(acc_.GetValueIn(gate, 0)); in VisitTypedUnaryOp() local 141 auto range = RangeInfo::ANY(); in VisitTypedBinaryOp() local 261 auto range = GetRange(value); in TryGetRangeOfBranch() local 290 auto range = GetRange(swap ? left : right); in GetRangeOfCompare() local 392 auto range = GetRange(gate); in PrintRangeInfo() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/token/ |
| D | sourceLocation.cpp | 34 auto &range = ranges.back(); in AddCol() local 91 for (const auto &range : entry.ranges) { in GetLocation() local 118 for (const auto &range : entry.ranges) { in GetOffset() local
|
| /arkcompiler/ets_frontend/es2panda/lexer/token/ |
| D | sourceLocation.cpp | 32 auto &range = ranges.back(); in AddCol() local 88 for (const auto &range : entry.ranges) { in GetLocation() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/test/expected/ |
| D | getSuggestionDiagnostics.json | 7 "range": { object 29 "range": { object 51 "range": { object 73 "range": { object 95 "range": { object 117 "range": { object 139 "range": { object 161 "range": { object 183 "range": { object 205 "range": { object [all …]
|
| D | getSyntacticDiagnostics.json | 10 "range": { object 32 "range": { object 54 "range": { object 76 "range": { object 98 "range": { object 120 "range": { object 142 "range": { object 164 "range": { object 186 "range": { object 208 "range": { object [all …]
|
| D | getSemanticDiagnostics.json | 10 "range": { object 32 "range": { object 54 "range": { object
|
| /arkcompiler/ets_runtime/ecmascript/platform/ |
| D | json_platform_helper.h | 30 bool &isFastString, const uint8_t *current, const uint8_t *range, const uint8_t *&end) in ReadJsonStringRangeForPlatformForUtf8()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 172 BoundsRange BoundsRange::Mod(const BoundsRange &range) in Mod() 192 BoundsRange BoundsRange::Shr(const BoundsRange &range, DataType::Type type) in Shr() 212 BoundsRange BoundsRange::AShr(const BoundsRange &range, DataType::Type type) in AShr() 224 BoundsRange BoundsRange::Shl(const BoundsRange &range, DataType::Type type) in Shl() 261 BoundsRange BoundsRange::And(const BoundsRange &range) in And() 427 for (const auto &range : ranges) { in Union() local 735 void BoundsRangeInfo::SetBoundsRange(const BasicBlock *block, const Inst *inst, BoundsRange range) in SetBoundsRange() 790 auto range = bri->FindBoundsRange(block, inst); in IsInstNotNull() local 933 auto range = bri->FindBoundsRange(loopBodyBlock, phiInst); in VisitPhi() local 1128 auto range = BoundsRange(left, right, lenArray); in ProcessIndexPhi() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | json_helper_internal.h | 23 const uint8_t *range, const uint8_t *&end) in ReadJsonStringRangeForUtf8()
|
| /arkcompiler/toolchain/tooling/dynamic/backend/ |
| D | js_single_stepper.cpp | 29 for (const auto &range : stepRanges_) { in InStepRange() local 98 JSPtStepRange range {it->offset, next != table.end() ? next->offset : UINT32_MAX}; in GetStepRanges() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | bounds_analysis_test.cpp | 289 auto range = BoundsRange::Union(ranges); in TEST_F() local 347 BoundsRange range; in TEST_F() local 464 auto range = rinfo->FindBoundsRange(&BB(3U), &INS(4U)); in TEST_F() local 529 auto range = rinfo->FindBoundsRange(&BB(3U), &INS(4U)); in TEST_F() local 561 auto range = rinfo->FindBoundsRange(&BB(3U), &INS(4U)); in TEST_F() local 647 auto range = bri->FindBoundsRange(bb, bb->GetLastInst()->GetInput(0U).GetInst()); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 92 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringFromCompressedSubString() local 112 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetString() local 136 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetString() local 156 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetString() local 176 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetString() local 189 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringThreadUnsafe() local 534 auto range = table.equal_range(hashcode); in CheckStringTableValidity() local 606 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringThreadUnsafe() local 620 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringThreadUnsafe() local 634 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringThreadUnsafe() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/ |
| D | Fix.ts | 27 range: Range; property in RuleFix
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/services/text_change/ |
| D | change_tracker.h | 73 TextRange range; member 80 TextRange range; member 88 TextRange range; member 95 TextRange range; member
|
| /arkcompiler/ets_frontend/es2panda/parser/module/ |
| D | sourceTextModuleRecord.cpp | 148 auto range = localExportEntries_.equal_range(importEntry->localName_); in CheckImplicitIndirectExport() local 182 auto range = localExportEntries_.equal_range(it->first); in AssignIndexToModuleVariable() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/ |
| D | Util.cpp | 41 static auto range = std::uniform_int_distribution<S>(); in GenRandUint() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_log_diagnostic_with_suggestion.cpp | 62 es2panda_SourceRange *range = g_impl->CreateSourceRange(g_ctx, left, right); in main() local
|
| D | pugin_proceed_to_state_annotationUsage_source_range_access.cpp | 68 auto range = impl->AstNodeRangeConst(context, annotationUsage); in ValidateAnnotationSourceRange() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | bitmap_clear_range_test.cpp | 46 for (const auto &range : ranges) { in TEST_F() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | bit_table_test.cpp | 258 auto range = table.GetRange(0, 6); in TEST_F() local 300 auto range = table.GetRangeReversed(4, 10); in TEST_F() local 340 auto range = table.GetRange(0, 0); in TEST_F() local 351 auto range = table.GetRangeReversed(0, 0); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | bit_table_test.cpp | 236 auto range = table.GetRangeReversed(4U, 10U); in GetRange() local 267 auto range = table.GetRangeReversed(4U, 10U); in GetReversedRange() local 352 auto range = table.GetRange(0U, 0U); in TEST_F() local 363 auto range = table.GetRangeReversed(0U, 0U); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | IRUtils.ts | 84 for (const range of commentRanges) { constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/ |
| D | FixUtils.ts | 104 const range = this.getLineRange(sourceFile, lineNumber); constant
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | rem_set.h | 134 void Iterate(const MemRange &range, const Visitor &visitor) const in Iterate()
|
| /arkcompiler/ets_runtime/ecmascript/platform/arm64/ |
| D | json_helper_internal.h | 72 const uint8_t *range, const uint8_t *&end) in ReadJsonStringRangeForUtf8()
|