Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime_primitives/
Dtranslation_cache.cc69 auto* entry = LookupGuestCodeEntryUnsafe(pc); in LockForGearUpTranslation()
182 if (auto* entry = LookupGuestCodeEntryUnsafe(pc)) { in IsHostFunctionWrapped()
207 return LookupGuestCodeEntryUnsafe(pc); in ProfilerLookupGuestCodeEntryByGuestPC()
212 auto* entry = LookupGuestCodeEntryUnsafe(pc); in GetInvocationCounter()
219 GuestCodeEntry* TranslationCache::LookupGuestCodeEntryUnsafe(GuestAddr pc) { in LookupGuestCodeEntryUnsafe() function in berberis::TranslationCache
228 const GuestCodeEntry* TranslationCache::LookupGuestCodeEntryUnsafe(GuestAddr pc) const { in LookupGuestCodeEntryUnsafe() function in berberis::TranslationCache
229 return const_cast<TranslationCache*>(this)->LookupGuestCodeEntryUnsafe(pc); in LookupGuestCodeEntryUnsafe()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtranslation_cache.h180 return LookupGuestCodeEntryUnsafe(pc); in LookupGuestCodeEntryUnsafeForTesting()
184 [[nodiscard]] GuestCodeEntry* LookupGuestCodeEntryUnsafe(GuestAddr pc);
185 [[nodiscard]] const GuestCodeEntry* LookupGuestCodeEntryUnsafe(GuestAddr pc) const;