Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h973 : catch_all_(catch_all), list_offset_(list_offset), handlers_(handlers) { } in CatchHandler()
976 uint16_t GetListOffset() const { return list_offset_; } in GetListOffset()
981 uint16_t list_offset_; variable