Home | History | Annotate | Download | only in runtime

Lines Matching refs:mem_map_

134   if (mem_map_.get() == nullptr) {
137 return mem_map_->GetProtect();
147 if (mem_map_.get() == nullptr) {
150 return mem_map_->Protect(PROT_READ | PROT_WRITE);
156 if (mem_map_.get() == nullptr) {
159 return mem_map_->Protect(PROT_READ);
208 dex_file->mem_map_ = std::move(map);
327 dex_file->mem_map_ = std::move(map);
401 dex_file->mem_map_ = std::move(map);