Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1552 mips::MipsLabel patcher_label1, patcher_label2, patcher_label3, patcher_label4, patcher_label5; in TEST_F() local
1560 __ Sw(mips::V0, mips::A0, 0x5678, &patcher_label2); in TEST_F()
1595 EXPECT_EQ(__ GetLabelLocation(&patcher_label2), (kAdduCount1 + 3) * 4u); in TEST_F()
1602 mips::MipsLabel label, patcher_label1, patcher_label2; in TEST_F() local
1615 __ Addiu(mips::T0, mips::T1, 0x5678, &patcher_label2); in TEST_F()
1645 EXPECT_EQ(__ GetLabelLocation(&patcher_label2), (kAdduCount1 + kAdduCount2 + 4) * 4u); in TEST_F()