Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc31 static uint32_t MapTypeToBitMask(uint32_t map_type) { in MapTypeToBitMask() argument
32 switch (map_type) { in MapTypeToBitMask()
55 static bool IsDataSectionType(uint32_t map_type) { in IsDataSectionType() argument
56 switch (map_type) { in IsDataSectionType()