Home
last modified time | relevance | path

Searched refs:ForeverMap (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/binary_translation/base/include/berberis/base/
Dforever_map.h27 using ForeverMap = std::map<K, T, C, ForeverPoolAllocator<std::pair<const K, T> > >; variable
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_map.h45 ForeverMap<pid_t, GuestThread*> map_;
/frameworks/libs/binary_translation/runtime_primitives/
Drecovery_code.cc33 ForeverMap<uintptr_t, uintptr_t> g_recovery_map;
Dguest_function_wrapper_impl.cc97 using WrapperMap = ForeverMap<WrapperKey, HostCode>;
/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dmachine_code.h43 using RecoveryMap = ForeverMap<uintptr_t, uintptr_t>;
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtranslation_cache.h209 ForeverMap<GuestAddr, GuestCodeEntry> guest_entries_;