Home
last modified time | relevance | path

Searched refs:patcher_label3 (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
1567 __ Addiu(mips::V0, mips::A0, 0x5678, &patcher_label3); in TEST_F()
1596 EXPECT_EQ(__ GetLabelLocation(&patcher_label3), (kAdduCount1 + kAdduCount2 + 5) * 4u); in TEST_F()