| /arkcompiler/ets_frontend/ets2panda/lexer/token/ |
| H A D | sourceLocation.cpp | 33 auto &range = ranges.back(); in AddCol() local
|
| /arkcompiler/ets_frontend/es2panda/lexer/token/ |
| H A D | sourceLocation.cpp | 34 auto &range = ranges.back(); in AddCol() local [all...] |
| /arkcompiler/runtime_core/assembler/ |
| H A D | asm_isapi.rb | |
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | asm_isapi.rb | |
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | lexenv.cpp | 80 auto range = pg->Scope()->AsModuleScope()->LocalExports().equal_range(variable); in StoreLocalExport() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | bit_table_test.cpp | 236 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 D | thread_state.cpp | 23 auto range = breakpointLocations_.equal_range(location); in GetBreakpointsByLocation() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | bit_table_test.cpp | 258 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 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)); 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 D | range.h | 169 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 D | aarch64_fixshortbranch.cpp | 41 uint32 range = ((1U << alignPower) - (((addr - 1) * kInsnSize) & ((1U << alignPower) - 1))) / kInsnSize - 1; in CalculateAlignRange() local
|
| /arkcompiler/ets_frontend/es2panda/parser/module/ |
| H A 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 [all...] |
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | reg_encoder.cpp | 352 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 D | ir_builder.cpp | 237 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 D | rem_set-inl.h | 288 IterateOverUniqueRange(Region *region, MemRange range, const MemVisitor &visitor) IterateOverUniqueRange() argument [all...] |
| /arkcompiler/runtime_core/static_core/static_linker/ |
| H A D | linker_code_parser_context.cpp | 98 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 D | bytecodes.cpp | 1728 uint16_t range = READ_INST_8_1(); in InitBytecodeInfo() local 1737 uint16_t range = READ_INST_16_1(); in InitBytecodeInfo() local
|
| H A 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(); 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 D | number_speculative_lowering.cpp | 891 void NumberSpeculativeLowering::UpdateRange(GateRef gate, const RangeInfo& range) in UpdateRange() argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | reg_encoder.cpp | 406 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 D | cg_option.cpp | 48 Range CGOptions::range = Range(); member in maplebe::CGOptions
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_string_table.cpp | 84 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 D | liveness_analyzer.cpp | 380 auto range = pending_catch_phi_inputs_.equal_range(inst); in AdjustInputsLifetime() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | ir_builder.cpp | 419 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 D | emitter.cpp | 189 static std::string WholeLine(const util::StringView &source, lexer::SourceRange range) in WholeLine() argument
|