Home
last modified time | relevance | path

Searched refs:set_end (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DMapInfo.h90 inline void set_end(uint64_t value) { end_ = value; } in set_end() function
/aosp12/system/unwinding/libunwindstack/tests/
H A DMapInfoCreateMemoryTest.cpp97 info.set_end(0xff); in TEST_F()
102 info.set_end(0x101); in TEST_F()
H A DMapInfoGetElfTest.cpp171 info.set_end(0xfff); in TEST_F()
178 info.set_end(0x2000); in TEST_F()
H A DMapsTest.cpp38 info->set_end(element->end()); in VerifyLine()
/aosp12/art/runtime/verifier/
H A Dverifier_deps.cc449 const uint8_t* set_end = start + offsets[next_valid_offset_index]; in DecodeSetVector() local
451 while (*cursor < set_end) { in DecodeSetVector()
/aosp12/hardware/google/camera/common/profiler/
H A Dprofiler.cc488 time_stamp.set_end(time_slot.end / std::max(1, time_slot.count)); in DumpPb()