Searched refs:CompareState (Results 1 – 3 of 3) sorted by relevance
39 bool CompareState(EmulationStateARM &other_state);
254 bool EmulationStateARM::CompareState(EmulationStateARM &other_state) { in CompareState() function in EmulationStateARM
14463 success = before_state.CompareState(after_state); in TestEmulation()