Home
last modified time | relevance | path

Searched refs:IsHostFunctionWrapped (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/
Dhost_function_wrapper_impl.cc58 if (TranslationCache::GetInstance()->IsHostFunctionWrapped(pc)) { in UnwrapHostFunction()
Dguest_function_wrapper_impl.cc131 !TranslationCache::GetInstance()->IsHostFunctionWrapped(pc)) { in WrapGuestFunctionImpl()
Dtranslation_cache.cc180 bool TranslationCache::IsHostFunctionWrapped(GuestAddr pc) const { in IsHostFunctionWrapped() function in berberis::TranslationCache
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtranslation_cache.h152 [[nodiscard]] bool IsHostFunctionWrapped(GuestAddr pc) const;