HomeSort by relevance Sort by last modified time
    Searched refs:GetProtect (Results 1 - 3 of 3) sorted by null

  /art/runtime/
mem_map.h 105 int GetProtect() const {
mem_map.cc 703 it->second->GetProtect() == map->GetProtect() &&
729 os << " prot=0x" << std::hex << map->GetProtect() << " " << map->GetName() << "]" << std::endl;
789 mem_map.BaseBegin(), mem_map.BaseEnd(), mem_map.GetProtect(),
dex_file.cc 185 return mem_map_->GetProtect();
    [all...]

Completed in 166 milliseconds