Searched refs:LookupGuestCodeEntryUnsafeForTesting (Results 1 – 2 of 2) sorted by relevance
66 GuestCodeEntry* entry = tc.LookupGuestCodeEntryUnsafeForTesting(pc); in TEST()117 entry = tc.LookupGuestCodeEntryUnsafeForTesting(pc + 64); in TEST()218 ASSERT_FALSE(tc.LookupGuestCodeEntryUnsafeForTesting(pc)); in TEST()237 ASSERT_FALSE(tc.LookupGuestCodeEntryUnsafeForTesting(pc)); in TEST()252 entry = tc.LookupGuestCodeEntryUnsafeForTesting(pc); in TEST()258 ASSERT_FALSE(tc.LookupGuestCodeEntryUnsafeForTesting(pc)); in TEST()301 GuestCodeEntry* entry = tc.LookupGuestCodeEntryUnsafeForTesting(pc); in TEST()
179 [[nodiscard]] GuestCodeEntry* LookupGuestCodeEntryUnsafeForTesting(GuestAddr pc) { in LookupGuestCodeEntryUnsafeForTesting() function