Searched refs:LookupGuestCodeEntryUnsafe (Results 1 – 2 of 2) sorted by relevance
69 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::TranslationCache228 const GuestCodeEntry* TranslationCache::LookupGuestCodeEntryUnsafe(GuestAddr pc) const { in LookupGuestCodeEntryUnsafe() function in berberis::TranslationCache229 return const_cast<TranslationCache*>(this)->LookupGuestCodeEntryUnsafe(pc); in LookupGuestCodeEntryUnsafe()
180 return LookupGuestCodeEntryUnsafe(pc); in LookupGuestCodeEntryUnsafeForTesting()184 [[nodiscard]] GuestCodeEntry* LookupGuestCodeEntryUnsafe(GuestAddr pc);185 [[nodiscard]] const GuestCodeEntry* LookupGuestCodeEntryUnsafe(GuestAddr pc) const;