Home
last modified time | relevance | path

Searched defs:range (Results 1 - 25 of 40) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A DsourceLocation.cpp33 auto &range = ranges.back(); in AddCol() local
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A DsourceLocation.cpp34 auto &range = ranges.back(); in AddCol() local
[all...]
/arkcompiler/runtime_core/assembler/
H A Dasm_isapi.rb
/arkcompiler/runtime_core/static_core/assembler/
H A Dasm_isapi.rb
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlexenv.cpp80 auto range = pg->Scope()->AsModuleScope()->LocalExports().equal_range(variable); in StoreLocalExport() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbit_table_test.cpp236 auto range = table.GetRangeReversed(4U, 10U); in GetRange() local
267 auto range = table.GetRangeReversed(4U, 10U); GetReversedRange() local
352 auto range = table.GetRange(0U, 0U); TEST_F() local
363 auto range = table.GetRangeReversed(0U, 0U); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dthread_state.cpp23 auto range = breakpointLocations_.equal_range(location); in GetBreakpointsByLocation() local
/arkcompiler/runtime_core/libpandabase/tests/
H A Dbit_table_test.cpp258 auto range = table.GetRange(0, 6); in TEST_F() local
300 auto range = table.GetRangeReversed(4, 10); TEST_F() local
340 auto range = table.GetRange(0, 0); TEST_F() local
351 auto range = table.GetRangeReversed(0, 0); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A 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)); TEST_F() local
529 auto range = rinfo->FindBoundsRange(&BB(3U), &INS(4U)); TEST_F() local
561 auto range = rinfo->FindBoundsRange(&BB(3U), &INS(4U)); TEST_F() local
647 auto range = bri->FindBoundsRange(bb, bb->GetLastInst()->GetInput(0U).GetInst()); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/verification/util/
H A Drange.h169 string to_string(const ark::verifier::Range<Int> &range) // NOLINT(readability-identifier-naming) in to_string() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_fixshortbranch.cpp41 uint32 range = ((1U << alignPower) - (((addr - 1) * kInsnSize) & ((1U << alignPower) - 1))) / kInsnSize - 1; in CalculateAlignRange() local
/arkcompiler/ets_frontend/es2panda/parser/module/
H A DsourceTextModuleRecord.cpp148 auto range = localExportEntries_.equal_range(importEntry->localName_); in CheckImplicitIndirectExport() local
182 auto range = localExportEntries_.equal_range(it->first); in AssignIndexToModuleVariable() local
[all...]
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_encoder.cpp352 bool range = IsIntrinsicRange(inst) || (nargs - start > MAX_NUM_NON_RANGE_ARGS && CanHoldRange(inst)); in InsertSpillsForDynInputsInst() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp237 auto range = try_blocks_.equal_range(try_boundaries.begin_pc); in InsertTryBlockInfo() local
347 auto range = try_blocks_.equal_range(pc); in TrackTryBoundaries() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drem_set-inl.h288 IterateOverUniqueRange(Region *region, MemRange range, const MemVisitor &visitor) IterateOverUniqueRange() argument
[all...]
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_code_parser_context.cpp98 void CodePatcher::AddRange(std::pair<size_t, size_t> range) in AddRange() argument
167 void CodePatcher::Patch(const std::pair<size_t, size_t> range) in Patch() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.cpp1728 uint16_t range = READ_INST_8_1(); in InitBytecodeInfo() local
1737 uint16_t range = READ_INST_16_1(); in InitBytecodeInfo() local
H A 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(); VisitTypedBinaryOp() local
261 auto range = GetRange(value); TryGetRangeOfBranch() local
290 auto range = GetRange(swap ? left : right); GetRangeOfCompare() local
392 auto range = GetRange(gate); PrintRangeInfo() local
[all...]
H A Dnumber_speculative_lowering.cpp891 void NumberSpeculativeLowering::UpdateRange(GateRef gate, const RangeInfo& range) in UpdateRange() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_encoder.cpp406 bool range = IsIntrinsicRange(inst) || (nargs - start > MAX_NUM_NON_RANGE_ARGS && CanHoldRange(inst)); in InsertSpillsForDynInputsInst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_option.cpp48 Range CGOptions::range = Range(); member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string_table.cpp84 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringThreadUnsafe() local
97 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringThreadUnsafe() local
110 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringThreadUnsafe() local
122 auto range in GetStringWithHashThreadUnsafe() local
134 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); GetStringThreadUnsafe() local
604 auto range = table.equal_range(hashcode); CheckStringTableValidity() local
[all...]
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp380 auto range = pending_catch_phi_inputs_.equal_range(inst); in AdjustInputsLifetime() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp419 auto range = tryBlocks_.equal_range(tryBoundaries.beginPc); in InsertTryBlockInfo() local
525 auto range = tryBlocks_.equal_range(pc); in TrackTryBoundaries() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.cpp189 static std::string WholeLine(const util::StringView &source, lexer::SourceRange range) in WholeLine() argument

Completed in 19 milliseconds

12