Lines Matching refs:SetIsRegisterPlusOffset
2236 row_sp->GetCFAValue().SetIsRegisterPlusOffset(k_rsp, 8); in TEST_F()
2250 row_sp->GetCFAValue().SetIsRegisterPlusOffset(k_rsp, 16); in TEST_F()
2262 row_sp->GetCFAValue().SetIsRegisterPlusOffset(k_rsp, 16); in TEST_F()
2323 row_sp->GetCFAValue().SetIsRegisterPlusOffset(k_rsp, 8); in TEST_F()
2337 row_sp->GetCFAValue().SetIsRegisterPlusOffset(k_rsp, 16); in TEST_F()
2349 row_sp->GetCFAValue().SetIsRegisterPlusOffset(k_rbp, 16); in TEST_F()
2401 row_sp->GetCFAValue().SetIsRegisterPlusOffset(k_esp, 4); in TEST_F()
2415 row_sp->GetCFAValue().SetIsRegisterPlusOffset(k_esp, 8); in TEST_F()
2427 row_sp->GetCFAValue().SetIsRegisterPlusOffset(k_ebp, 8); in TEST_F()
2516 esp_plus_4.SetIsRegisterPlusOffset(k_esp, 4); in TEST_F()
2517 esp_plus_8.SetIsRegisterPlusOffset(k_esp, 8); in TEST_F()
2518 ebp_plus_8.SetIsRegisterPlusOffset(k_ebp, 8); in TEST_F()
2550 rsp_plus_8.SetIsRegisterPlusOffset(k_rsp, 8); in TEST_F()
2551 rsp_plus_16.SetIsRegisterPlusOffset(k_rsp, 16); in TEST_F()
2552 rbp_plus_16.SetIsRegisterPlusOffset(k_rbp, 16); in TEST_F()
2590 esp_minus_4.SetIsRegisterPlusOffset(k_esp, -4); in TEST_F()
2591 esp_plus_0.SetIsRegisterPlusOffset(k_esp, 0); in TEST_F()
2592 esp_plus_4.SetIsRegisterPlusOffset(k_esp, 4); in TEST_F()
2593 esp_plus_8.SetIsRegisterPlusOffset(k_esp, 8); in TEST_F()
2594 ebx_plus_8.SetIsRegisterPlusOffset(k_ebx, 8); in TEST_F()
2595 ebp_plus_0.SetIsRegisterPlusOffset(k_ebp, 0); in TEST_F()