Home
last modified time | relevance | path

Searched refs:protected_maps_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_map_shadow.cc105 GuestMapShadow::GuestMapShadow() : protected_maps_(&arena_) { in GuestMapShadow()
191 protected_maps_.emplace_back(std::make_pair(start, end)); in AddProtectedMapping()
196 for (auto pair : protected_maps_) { in IntersectsWithProtectedMapping()
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_map_shadow.h71 ArenaVector<std::pair<const void*, const void*>> protected_maps_; variable