Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_analysis.cpp22 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
Dbytecodes.cpp1490 uint16_t range = READ_INST_8_1(); in InitBytecodeInfo() local
1499 uint16_t range = READ_INST_16_1(); in InitBytecodeInfo() local
Dnumber_speculative_lowering.cpp788 void NumberSpeculativeLowering::UpdateRange(GateRef gate, const RangeInfo& range) in UpdateRange()
Dts_hcr_lowering.cpp1048 size_t range = acc_.GetNumValueIn(gate); in LowerTypedNewObjRange() local
1077 size_t range = acc_.GetNumValueIn(gate); in LowerTypedSuperCall() local
Dinterpreter_stub.cpp2937 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
Dslowpath_lowering.cpp1683 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/
DsourceLocation.cpp34 auto &range = ranges.back(); in AddCol() local
89 for (const auto &range : entry.ranges) { in GetLocation() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp34 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/
Djs_single_stepper.cpp30 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/
Dbit_table_test.cpp253 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/
Ddebug_info.cpp143 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/
DsourceTextModuleRecord.cpp140 auto range = localExportEntries_.equal_range(importEntry->localName_); in CheckImplicitIndirectExport() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp380 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
Dliveness_analyzer.h214 for (auto range : GetRanges()) { in SplitCover() local
351 for (const auto &range : GetRanges()) { in ToString() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.cpp471 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
Dregexp_opcode.h340 for (auto range : rangeSet_) { in IsContain() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp245 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/
Dbit_table.h564 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/
Dlife_intervals_test.cpp28 for (auto range = std::rbegin(lns); range != std::rend(lns); range++) { in Create() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.cpp352 …bool range = IsIntrinsicRange(inst) || (nargs - start > MAX_NUM_NON_RANGE_ARGS && CanHoldRange(ins… in InsertSpillsForDynInputsInst() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp155 …ybe_unused]] static std::string WholeLine(const util::StringView &source, lexer::SourceRange range) in WholeLine()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h784 const auto &range = methodDef->Key()->Range(); in FillFieldsandMethods() local
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp742 LocationRange range; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3164 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
Dinterpreter_assembly.cpp3441 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

12