Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/lexer/token/
DsourceLocation.cpp34 auto &range = ranges.back(); in AddCol() local
81 for (const auto &range : entry.ranges) { in GetLocation() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp32 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/
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/runtime/tests/
Dbitmap_clear_range_test.cpp44 for (const auto &range : ranges) { 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/runtime_core/verification/util/
Drange.h162 string to_string(const panda::verifier::Range<Int> &range) in to_string()
/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp140 auto range = localExportEntries_.equal_range(importEntry->localName_); in CheckImplicitIndirectExport() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp148 auto range = chains_.equal_range(head); in ProcessChain() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp417 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
Dliveness_analyzer.h215 for (auto range : GetRanges()) { in SplitCover() local
355 for (const auto &range : GetRanges()) { in ToString() local
Dbounds_analysis.cpp168 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/
Dir_builder.cpp256 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/
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/ets_runtime/ecmascript/regexp/
Dregexp_opcode.cpp471 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
Dregexp_opcode.h340 for (auto range : rangeSet_) { in IsContain() 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/runtime_core/compiler/tests/
Dlife_intervals_test.cpp28 for (auto range = std::rbegin(lns); range != std::rend(lns); range++) { in Create() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp148 …ybe_unused]] static std::string WholeLine(const util::StringView &source, lexer::SourceRange range) in WholeLine()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp1292 uint16_t range = READ_INST_8_1(); in InitBytecodeInfo() local
1301 uint16_t range = READ_INST_16_1(); in InitBytecodeInfo() local
Dts_type_lowering.cpp982 size_t range = acc_.GetNumValueIn(gate); in LowerTypedNewObjRange() local
1017 size_t range = acc_.GetNumValueIn(gate); in LowerTypedSuperCall() local
Dinterpreter_stub.cpp2897 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
Dslowpath_lowering.cpp2145 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/
DtypeSystem.h617 const auto &range = methodDef->Key()->Range(); in FillFieldsandMethods() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3015 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

12