Searched defs:map_type (Results 1 - 1 of 1) sorted by relevance

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

Completed in 36 milliseconds