Home
last modified time | relevance | path

Searched refs:ranges_ (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
H A Ddebug_info.cpp195 ranges_.clear(); in Destroy()
248 auto it = ranges_.upper_bound(range); in GetSrcLocation()
249 if (it == ranges_.end() || !it->Contain(pc)) { in GetSrcLocation()
255 auto ranges = &ranges_; in GetSrcLocation()
263 it = ranges_.upper_bound(range); in GetSrcLocation()
264 if (it == ranges_.end() || !it->Contain(pc)) { in GetSrcLocation()
350 auto it = ranges_.upper_bound(Range(low_pc, low_pc)); in AddFunction()
351 ASSERT(it != ranges_.end()); in AddFunction()
355 ranges_.erase(it); in AddFunction()
357 ranges_ in AddFunction()
[all...]
H A Ddebug_info.h179 std::set<Range> ranges_; member in panda::DebugInfo
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Ddebug_info.cpp275 ranges_.clear(); in Destroy()
332 auto it = ranges_.upper_bound(range); in GetSrcLocation()
333 if (it == ranges_.end() || !it->Contain(pc)) { in GetSrcLocation()
339 auto ranges = &ranges_; in GetSrcLocation()
347 it = ranges_.upper_bound(range); in GetSrcLocation()
348 if (it == ranges_.end() || !it->Contain(pc)) { in GetSrcLocation()
434 auto it = ranges_.upper_bound(Range(lowPc, lowPc)); in AddFunction()
435 ASSERT(it != ranges_.end()); in AddFunction()
439 ranges_.erase(it); in AddFunction()
441 ranges_ in AddFunction()
[all...]
H A Ddebug_info.h180 std::set<Range> ranges_; member in ark::DebugInfo
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context.h70 return ranges_; in GetRanges()
76 ranges_.clear(); in Clear()
86 std::vector<std::pair<size_t, size_t>> ranges_; member in ark::static_linker::CodePatcher
H A Dlinker_code_parser_context.cpp95 ranges_.emplace_back(oldSize, newSize); in Devour()
100 ranges_.push_back(range); in AddRange()
/arkcompiler/runtime_core/static_core/runtime/include/mem/
H A Dallocator.h785 return ranges_; in GetYoungRanges()
795 std::vector<MemRange> ranges_; // Ranges for young space member in ark::mem::ObjectAllocatorGenBase
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h2431 return &ranges_; in GetRanges()
2436 ranges_ = std::move(ranges); in SetFunctions()
2456 std::vector<std::unique_ptr<Coverage>> ranges_ {};
H A Dpt_types.cpp2902 functionCoverage->ranges_.emplace_back(std::move(pRanges)); in Create()
2932 size_t len = ranges_.size(); in ToJson()
2934 ASSERT(ranges_[i] != nullptr); in ToJson()
2935 ranges->Push(ranges_[i]->ToJson()); in ToJson()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dallocator.cpp752 ranges_.clear(); in InvalidateSpaceData()

Completed in 17 milliseconds