Home
last modified time | relevance | path

Searched refs:SetStop (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/
Dvirtual_guest_call_frame.cc27 CHECK(TranslationCache::GetInstance()->SetStop(pc)); in InitVirtualGuestCallFrameReturnAddress()
/frameworks/libs/binary_translation/test_utils/include/berberis/test_utils/
Dtesting_run_generated_code.h30 cache->SetStop(stop_pc); in TestingRunGeneratedCode()
/frameworks/libs/binary_translation/runtime/
Dexecute_guest_test.cc53 cache->SetStop(stop_pc); in TEST()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtranslation_cache.h112 bool SetStop(GuestAddr pc) { in SetStop() function