Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1542 mips::MipsLabel patcher_label1, patcher_label2, patcher_label3, patcher_label4, patcher_label5; in TEST_F() local
1559 __ Lw(mips::V0, mips::A0, 0x5678, &patcher_label4); in TEST_F()
1587 EXPECT_EQ(__ GetLabelLocation(&patcher_label4), (kAdduCount1 + kAdduCount2 + 7) * 4u); in TEST_F()
Dassembler_mips_test.cc2731 mips::MipsLabel patcher_label1, patcher_label2, patcher_label3, patcher_label4, patcher_label5; in TEST_F() local
2748 __ Lw(mips::V0, mips::A0, 0x5678, &patcher_label4); in TEST_F()
2776 EXPECT_EQ(__ GetLabelLocation(&patcher_label4), (kAdduCount1 + kAdduCount2 + 7) * 4u); in TEST_F()