Home
last modified time | relevance | path

Searched defs:range (Results 1 – 25 of 98) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_analysis.cpp22 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/
DsourceLocation.cpp34 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/
DsourceLocation.cpp32 auto &range = ranges.back(); in AddCol() local
88 for (const auto &range : entry.ranges) { in GetLocation() local
/arkcompiler/ets_frontend/ets2panda/bindings/test/expected/
DgetSuggestionDiagnostics.json7 "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 …]
DgetSyntacticDiagnostics.json10 "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 …]
DgetSemanticDiagnostics.json10 "range": { object
32 "range": { object
54 "range": { object
/arkcompiler/ets_runtime/ecmascript/platform/
Djson_platform_helper.h30 bool &isFastString, const uint8_t *current, const uint8_t *range, const uint8_t *&end) in ReadJsonStringRangeForPlatformForUtf8()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp172 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/
Djson_helper_internal.h23 const uint8_t *range, const uint8_t *&end) in ReadJsonStringRangeForUtf8()
/arkcompiler/toolchain/tooling/dynamic/backend/
Djs_single_stepper.cpp29 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/
Dbounds_analysis_test.cpp289 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/
Decma_string_table.cpp92 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/
DFix.ts27 range: Range; property in RuleFix
/arkcompiler/ets_frontend/ets2panda/lsp/include/services/text_change/
Dchange_tracker.h73 TextRange range; member
80 TextRange range; member
88 TextRange range; member
95 TextRange range; member
/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp148 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/
DUtil.cpp41 static auto range = std::uniform_int_distribution<S>(); in GenRandUint() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_log_diagnostic_with_suggestion.cpp62 es2panda_SourceRange *range = g_impl->CreateSourceRange(g_ctx, left, right); in main() local
Dpugin_proceed_to_state_annotationUsage_source_range_access.cpp68 auto range = impl->AstNodeRangeConst(context, annotationUsage); in ValidateAnnotationSourceRange() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dbitmap_clear_range_test.cpp46 for (const auto &range : ranges) { in TEST_F() local
/arkcompiler/runtime_core/libpandabase/tests/
Dbit_table_test.cpp258 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/
Dbit_table_test.cpp236 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/
DIRUtils.ts84 for (const range of commentRanges) { constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DFixUtils.ts104 const range = this.getLineRange(sourceFile, lineNumber); constant
/arkcompiler/runtime_core/static_core/runtime/mem/
Drem_set.h134 void Iterate(const MemRange &range, const Visitor &visitor) const in Iterate()
/arkcompiler/ets_runtime/ecmascript/platform/arm64/
Djson_helper_internal.h72 const uint8_t *range, const uint8_t *&end) in ReadJsonStringRangeForUtf8()

1234