Home
last modified time | relevance | path

Searched refs:ScopedMmap (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/base/include/berberis/base/
Dmmap.h69 class ScopedMmap {
71 ScopedMmap() : data_(nullptr), size_(0) {} in ScopedMmap() function
72 explicit ScopedMmap(size_t size) { Init(size); } in ScopedMmap() function
74 ~ScopedMmap() { in ~ScopedMmap()
92 DISALLOW_COPY_AND_ASSIGN(ScopedMmap);
/frameworks/libs/binary_translation/kernel_api/
Dexec_emulation.cc35 char* const* MangleGuestEnvp(ScopedMmap* dst, char* const* envp) { in MangleGuestEnvp()
109 ScopedMmap new_envp; in ExecveForGuest()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dhost_stack.h34 inline void* GetStackTop(ScopedMmap* stack) { in GetStackTop()