Home
last modified time | relevance | path

Searched defs:set_offset (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DMapInfo.h93 inline void set_offset(uint64_t value) { offset_ = value; } in set_offset() function
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc1250 uint32_t set_offset = annotation_set_ref_list->list_[i].annotations_off_; in GenerateParameterAnnotation() local