reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
106 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_fp_arm64, regloc)); 107 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 108 EXPECT_EQ(-16, regloc.GetOffset()); 110 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_arm64, regloc)); 111 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 112 EXPECT_EQ(-8, regloc.GetOffset()); 121 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_fp_arm64, regloc)); 122 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 123 EXPECT_EQ(-16, regloc.GetOffset()); 125 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_arm64, regloc)); 126 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 127 EXPECT_EQ(-8, regloc.GetOffset()); 136 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_fp_arm64, regloc)); 137 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 138 EXPECT_EQ(-16, regloc.GetOffset()); 140 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_arm64, regloc)); 141 EXPECT_TRUE(regloc.IsAtCFAPlusOffset()); 142 EXPECT_EQ(-8, regloc.GetOffset());