Home
last modified time | relevance | path

Searched defs:set_end (Results 1 – 2 of 2) 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/art/runtime/verifier/
H A Dverifier_deps.cc449 const uint8_t* set_end = start + offsets[next_valid_offset_index]; in DecodeSetVector() local