Searched refs:GetProtect (Results 1 – 4 of 4) sorted by relevance
72 CHECK_EQ(target_map_.GetProtect(), PROT_NONE); in CauseSegfault()82 CHECK_EQ(target_map_.GetProtect(), PROT_READ); in CauseSegfault()
472 int old_prot = source->GetProtect(); in ReplaceWith()473 if (!source->Protect(GetProtect())) { in ReplaceWith()952 it->second->GetProtect() == map->GetProtect() && in DumpMapsLocked()978 os << " prot=0x" << std::hex << map->GetProtect() << " " << map->GetName() << "]" << std::endl; in DumpMapsLocked()1239 mem_map.BaseBegin(), mem_map.BaseEnd(), mem_map.GetProtect(), in operator <<()
255 int GetProtect() const { in GetProtect() function
85 return mem_map_.GetProtect(); in GetPermissions()