Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h502 uint32_t MapListOffset() const { return map_list_offset_; } in MapListOffset()
503 void SetMapListOffset(uint32_t new_offset) { map_list_offset_ = new_offset; } in SetMapListOffset()
574 uint32_t map_list_offset_ = 0; variable