Home
last modified time | relevance | path

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

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