Searched defs:ScopedPageMapper (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.cpp157 class ScopedPageMapper { class in namespace:crazy::__anon11491
159 ScopedPageMapper() : page_address_(0), page_prot_(0) {} function in class:crazy::__anon11491::ScopedPageMapper
161 ~ScopedPageMapper();
169 void ScopedPageMapper::MapReadWrite(void* address) {
188 ScopedPageMapper::~ScopedPageMapper() {
374 ScopedPageMapper mapper;
381 ScopedPageMapper mapper;
405 ScopedPageMapper mapper;
412 ScopedPageMapper mappe
[all...]

Completed in 115 milliseconds