Searched refs:inst1 (Results 1 – 5 of 5) sorted by relevance
34 A inst1 = new A(); in testLoop() local38 int a = inst1.fieldA; in testLoop()39 inst1.fieldA = a + i; in testLoop()43 assertIntEquals(inst1.fieldA, 1225); in testLoop()
22 PrivatePackage inst1 = new PrivatePackage(); in main() local26 System.out.println("PrivatePackage --> " + inst1.getStr()); in main()31 inst1.stretchTest(); in main()
132 uint32_t inst1 = *reinterpret_cast<uint32_t*>(ptr1); in Action() local133 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()134 if (inst1 == checkinst1) { in Action()
326 HInstruction* inst1 = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local327 ASSERT_TRUE(inst1->IsIntConstant()); in TEST_F()328 ASSERT_EQ(inst1->AsIntConstant()->GetValue(), 12); in TEST_F()329 HInstruction* inst2 = inst1->GetPrevious(); in TEST_F()624 HInstruction* inst1 = graph->GetBlocks()[4]->GetFirstInstruction()->InputAt(0); in TEST_F() local625 ASSERT_TRUE(inst1->IsIntConstant()); in TEST_F()626 ASSERT_EQ(inst1->AsIntConstant()->GetValue(), 20); in TEST_F()627 HInstruction* inst2 = inst1->GetPrevious(); in TEST_F()
161 uint32_t inst1 = ((ptr1[0] | ptr1[1] << 8) << 16) | (ptr1[2] | ptr1[3] << 8); in Action() local162 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()163 if (inst1 == checkinst1) { in Action()