Home
last modified time | relevance | path

Searched defs:host_code (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/
Dtranslation_cache_test.cc140 auto host_code = tc->GetHostCodePtr(pc)->load(); in TestWrappingWorker() local
170 auto host_code = tc->GetHostCodePtr(pc)->load(); in TestTranslationWorker() local
223 const auto host_code = AsHostCodeAddr(AsHostCode(0xdeadbeef)); in TEST() local
242 const auto host_code = AsHostCodeAddr(AsHostCode(0xdeadbeef)); in TEST() local
263 const auto host_code = AsHostCodeAddr(AsHostCode(0xdeadbeef)); in TEST() local
281 bool Translate(TranslationCache* tc, GuestAddr pc, uint32_t size, HostCodeAddr host_code) { in Translate()
293 const auto host_code = AsHostCodeAddr(AsHostCode(0xdeadbeef)); in TEST() local
326 const auto host_code = AsHostCodeAddr(AsHostCode(0xdeadbeef)); in TEST() local
345 bool Wrap(TranslationCache* tc, GuestAddr pc, HostCodeAddr host_code) { in Wrap()
Dcode_pool_test.cc89 auto host_code = code_pool.Add(&machine_code); in TEST() local
101 auto host_code = code_pool.Add(&machine_code); in TEST() local
Dtranslation_cache.cc239 auto host_code = entry->host_code->load(); in SlowLookupGuestCodeEntryPCByHostPC() local
/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dhost_code.h33 inline HostCodeAddr AsHostCodeAddr(HostCode host_code) { in AsHostCodeAddr()
45 inline HostCodeAddr AsHostCodeAddr(HostCode host_code) { in AsHostCodeAddr()
Dtranslation_cache.h37 std::atomic<HostCodeAddr>* const host_code; member
/aosp_15_r20/frameworks/libs/binary_translation/runtime/riscv64/
Dtranslator.cc64 HostCodeAddr host_code = GetDefaultCodePoolInstance()->Add(machine_code); in InstallTranslated() local