Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.h135 int GetProtect() const { in GetProtect() function
Dmem_map.cc679 it->second->GetProtect() == map->GetProtect() && in DumpMapsLocked()
705 os << " prot=0x" << std::hex << map->GetProtect() << " " << map->GetName() << "]" << std::endl; in DumpMapsLocked()
895 mem_map.BaseBegin(), mem_map.BaseEnd(), mem_map.GetProtect(), in operator <<()
Ddex_file.cc179 return mem_map_->GetProtect(); in GetPermissions()