Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_layout.h51 static inline LayoutType MergeLayoutType(LayoutType a, LayoutType b) { in MergeLayoutType() function
/art/dexlayout/
Ddexlayout.cc1782 layout_type = MergeLayoutType(layout_type, state); in LayoutCodeItems()