Searched refs:GetProtect (Results 1 – 6 of 6) sorted by relevance
72 CHECK_EQ(target_map_.GetProtect(), PROT_NONE); in CauseSegfault()82 CHECK_EQ(target_map_.GetProtect(), PROT_READ); in CauseSegfault()
55 CHECK_EQ(dex_data_mmap_.GetProtect(), PROT_NONE); in InitializeMemory()56 CHECK_EQ(temp_mmap_.GetProtect(), PROT_READ | PROT_WRITE); in InitializeMemory()90 if (dex_data_mmap_.IsValid() && dex_data_mmap_.GetProtect() == PROT_NONE) { in IsModified()
142 dex_data_mmap_.GetProtect() == PROT_NONE; in IsLazyDefinition()
442 int old_prot = source->GetProtect(); in ReplaceWith()443 if (!source->Protect(GetProtect())) { in ReplaceWith()930 it->second->GetProtect() == map->GetProtect() && in DumpMapsLocked()956 os << " prot=0x" << std::hex << map->GetProtect() << " " << map->GetName() << "]" << std::endl; in DumpMapsLocked()1201 mem_map.BaseBegin(), mem_map.BaseEnd(), mem_map.GetProtect(), in operator <<()
236 int GetProtect() const { in GetProtect() function
49 return mem_map_.GetProtect(); in GetPermissions()