/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | range_analysis.cpp | 22 auto &range = rangeInfos_[acc_.GetId(gate)]; in UpdateRange() local 76 auto range = RangeInfo::NONE(); in VisitPhi() local 108 auto range = GetRange(acc_.GetValueIn(gate, 0)); in VisitTypedUnaryOp() local 134 auto range = RangeInfo::ANY(); in VisitTypedBinaryOp() local 230 auto range = GetRange(value); in TryGetRangeOfBranch() local 259 auto range = GetRange(swap ? left : right); in GetRangeOfCompare() local 361 auto range = GetRange(gate); in PrintRangeInfo() local
|
D | bytecodes.cpp | 1490 uint16_t range = READ_INST_8_1(); in InitBytecodeInfo() local 1499 uint16_t range = READ_INST_16_1(); in InitBytecodeInfo() local
|
D | number_speculative_lowering.cpp | 788 void NumberSpeculativeLowering::UpdateRange(GateRef gate, const RangeInfo& range) in UpdateRange()
|
D | ts_hcr_lowering.cpp | 1048 size_t range = acc_.GetNumValueIn(gate); in LowerTypedNewObjRange() local 1077 size_t range = acc_.GetNumValueIn(gate); in LowerTypedSuperCall() local
|
D | interpreter_stub.cpp | 2937 GateRef range = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 2947 GateRef range = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 2956 GateRef range = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2966 GateRef range = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local
|
D | slowpath_lowering.cpp | 1683 size_t range = acc_.GetNumValueIn(gate); in LowerNewObjRange() local 1701 size_t range = acc_.GetNumValueIn(gate); in LowerNewObjRange() local
|
/arkcompiler/ets_frontend/es2panda/lexer/token/ |
D | sourceLocation.cpp | 34 auto &range = ranges.back(); in AddCol() local 89 for (const auto &range : entry.ranges) { in GetLocation() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_string_table.cpp | 34 auto range = table_.equal_range(hashCode); in GetString() local 47 auto range = table_.equal_range(hashCode); in GetString() local 60 auto range = table_.equal_range(hashCode); in GetString() local 74 auto range = table_.equal_range(hashcode); in GetString() local 248 auto range = table_.equal_range(hashcode); in CheckStringTableValidity() local
|
/arkcompiler/toolchain/tooling/backend/ |
D | js_single_stepper.cpp | 30 for (const auto &range : stepRanges_) { in InStepRange() local 99 JSPtStepRange range {it->offset, next != table.end() ? next->offset : UINT32_MAX}; in GetStepRanges() local
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | bit_table_test.cpp | 253 auto range = table.GetRange(0, 6); in TEST_F() local 286 auto range = table.GetRangeReversed(4, 10); in TEST_F() local 317 auto range = table.GetRange(0, 0); in TEST_F() local 328 auto range = table.GetRangeReversed(0, 0); in TEST_F() local
|
/arkcompiler/runtime_core/libpandabase/os/ |
D | debug_info.cpp | 143 for (const Dwarf_Ranges &range : ranges) { in IterateDieRanges() local 247 Range range(pc, pc); in GetSrcLocation() local 352 Range range(low_pc, high_pc, cu, function); in AddFunction() local 544 for (const Dwarf_Ranges &range : ranges) { in FindRangeForPc() local
|
/arkcompiler/ets_frontend/es2panda/parser/module/ |
D | sourceTextModuleRecord.cpp | 140 auto range = localExportEntries_.equal_range(importEntry->localName_); in CheckImplicitIndirectExport() local
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | liveness_analyzer.cpp | 380 auto range = pending_catch_phi_inputs_.equal_range(inst); in AdjustInputsLifetime() local 599 for (auto &range = live_ranges_.back(); range.GetEnd() > ln; range = live_ranges_.back()) { in SplitAt() local 660 for (auto range : GetRanges()) { in GetFirstIntersectionWith() local
|
D | liveness_analyzer.h | 214 for (auto range : GetRanges()) { in SplitCover() local 351 for (const auto &range : GetRanges()) { in ToString() local
|
/arkcompiler/ets_runtime/ecmascript/regexp/ |
D | regexp_opcode.cpp | 471 for (auto range : rangeSet.rangeSet_) { in InsertOpCode() local 498 for (auto range : rangeSet.rangeSet_) { in InsertOpCode() local 610 for (const auto &range : rangeSet_) { in Inter() local 641 for (auto range : s1.rangeSet_) { in Insert() local
|
D | regexp_opcode.h | 340 for (auto range : rangeSet_) { in IsContain() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
D | ir_builder.cpp | 245 auto range = try_blocks_.equal_range(try_boundaries.begin_pc); in InsertTryBlockInfo() local 354 auto range = try_blocks_.equal_range(pc); in TrackTryBoundaries() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | bit_table.h | 564 auto range = dedup_map_.equal_range(hash); in AddArray() local 642 auto range = dedup_map_.equal_range(hash); in Add() local
|
/arkcompiler/runtime_core/compiler/tests/ |
D | life_intervals_test.cpp | 28 for (auto range = std::rbegin(lns); range != std::rend(lns); range++) { in Create() local
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | reg_encoder.cpp | 352 …bool range = IsIntrinsicRange(inst) || (nargs - start > MAX_NUM_NON_RANGE_ARGS && CanHoldRange(ins… in InsertSpillsForDynInputsInst() local
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | emitter.cpp | 155 …ybe_unused]] static std::string WholeLine(const util::StringView &source, lexer::SourceRange range) in WholeLine()
|
/arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
D | typeSystem.h | 784 const auto &range = methodDef->Key()->Range(); in FillFieldsandMethods() local
|
/arkcompiler/toolchain/tooling/test/ |
D | pt_types_test.cpp | 742 LocationRange range; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 3164 uint16_t range = READ_INST_8_1(); in RunInternal() local 3299 uint16_t range = READ_INST_16_1(); in RunInternal() local 3434 uint16_t range = READ_INST_8_1(); in RunInternal() local 3569 uint16_t range = READ_INST_16_1(); in RunInternal() local
|
D | interpreter_assembly.cpp | 3441 uint16_t range = READ_INST_16_1(); in HandleWideSupercallarrowrangePrefImm16V8() local 3584 uint16_t range = READ_INST_16_1(); in HandleWideSupercallthisrangePrefImm16V8() local 6679 uint16_t range = READ_INST_8_1(); in HandleSupercallarrowrangeImm8Imm8V8() local 6822 uint16_t range = READ_INST_8_1(); in HandleSupercallthisrangeImm8Imm8V8() local
|