Home
last modified time | relevance | path

Searched refs:CreateForTest (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h63 static GuestThread* CreateForTest(ThreadState* state);
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread.cc151 GuestThread* GuestThread::CreateForTest(ThreadState* state) { in CreateForTest() function in berberis::GuestThread
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc2119 GuestThread::CreateForTest(&state_), GuestThread::Destroy); in TEST_F()