Home
last modified time | relevance | path

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

/art/test/305-other-fault-handler/
Dfault_handler.cc72 CHECK_EQ(target_map_.GetProtect(), PROT_NONE); in CauseSegfault()
82 CHECK_EQ(target_map_.GetProtect(), PROT_READ); in CauseSegfault()
/art/libartbase/base/
Dmem_map.cc472 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 <<()
Dmem_map.h255 int GetProtect() const { in GetProtect() function
/art/libdexfile/dex/
Ddex_file_loader.cc85 return mem_map_.GetProtect(); in GetPermissions()