Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime_primitives/
Dtranslation_cache_test.cc66 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()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtranslation_cache.h179 [[nodiscard]] GuestCodeEntry* LookupGuestCodeEntryUnsafeForTesting(GuestAddr pc) { in LookupGuestCodeEntryUnsafeForTesting() function