| /arkcompiler/ets_frontend/es2panda/lexer/token/ |
| D | sourceLocation.cpp | 34 auto &range = ranges.back(); in AddCol() local 81 for (const auto &range : entry.ranges) { in GetLocation() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 32 auto range = table_.equal_range(hashCode); in GetString() local 46 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 212 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/runtime/tests/ |
| D | bitmap_clear_range_test.cpp | 44 for (const auto &range : ranges) { 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/runtime_core/verification/util/ |
| D | range.h | 162 string to_string(const panda::verifier::Range<Int> &range) in to_string()
|
| /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/optimizations/ |
| D | adjust_arefs.cpp | 148 auto range = chains_.equal_range(head); in ProcessChain() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.cpp | 417 auto range = pending_catch_phi_inputs_.equal_range(inst); in AdjustInputsLifetime() local 640 for (auto &range = live_ranges_.back(); range.GetEnd() > ln; range = live_ranges_.back()) { in SplitAt() local 701 for (auto range : GetRanges()) { in GetFirstIntersectionWith() local
|
| D | liveness_analyzer.h | 215 for (auto range : GetRanges()) { in SplitCover() local 355 for (const auto &range : GetRanges()) { in ToString() local
|
| D | bounds_analysis.cpp | 168 for (const auto &range : ranges) { in Union() local 389 void BoundsRangeInfo::SetBoundsRange(const BasicBlock *block, const Inst *inst, BoundsRange range) in SetBoundsRange()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 256 auto range = try_blocks_.equal_range(try_boundaries.begin_pc); in InsertTryBlockInfo() local 369 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/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 604 for (auto range : s1.rangeSet_) { in Insert() local
|
| D | regexp_opcode.h | 340 for (auto range : rangeSet_) { in IsContain() 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/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/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 148 …ybe_unused]] static std::string WholeLine(const util::StringView &source, lexer::SourceRange range) in WholeLine()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 1292 uint16_t range = READ_INST_8_1(); in InitBytecodeInfo() local 1301 uint16_t range = READ_INST_16_1(); in InitBytecodeInfo() local
|
| D | ts_type_lowering.cpp | 982 size_t range = acc_.GetNumValueIn(gate); in LowerTypedNewObjRange() local 1017 size_t range = acc_.GetNumValueIn(gate); in LowerTypedSuperCall() local
|
| D | interpreter_stub.cpp | 2897 GateRef range = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 2907 GateRef range = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 2916 GateRef range = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2926 GateRef range = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local
|
| D | slowpath_lowering.cpp | 2145 size_t range = acc_.GetNumValueIn(gate); in LowerNewObjRange() local 2162 size_t range = acc_.GetNumValueIn(gate); in LowerNewObjRange() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeSystem.h | 617 const auto &range = methodDef->Key()->Range(); in FillFieldsandMethods() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 3015 uint16_t range = READ_INST_8_1(); in RunInternal() local 3150 uint16_t range = READ_INST_16_1(); in RunInternal() local 3285 uint16_t range = READ_INST_8_1(); in RunInternal() local 3420 uint16_t range = READ_INST_16_1(); in RunInternal() local
|