Searched refs:inst1 (Results 1 – 4 of 4) sorted by relevance
22 PrivatePackage inst1 = new PrivatePackage(); in main() local26 System.out.println("PrivatePackage --> " + inst1.getStr()); in main()31 inst1.stretchTest(); in main()
257 HInstruction* inst1 = graph->GetBlock(1)->GetFirstInstruction()->InputAt(0); in TEST() local258 ASSERT_TRUE(inst1->IsIntConstant()); in TEST()259 ASSERT_EQ(inst1->AsIntConstant()->GetValue(), 12); in TEST()260 HInstruction* inst2 = inst1->GetPrevious(); in TEST()560 HInstruction* inst1 = graph->GetBlock(4)->GetFirstInstruction()->InputAt(0); in TEST() local561 ASSERT_TRUE(inst1->IsIntConstant()); in TEST()562 ASSERT_EQ(inst1->AsIntConstant()->GetValue(), 20); in TEST()563 HInstruction* inst2 = inst1->GetPrevious(); in TEST()
136 uint32_t inst1 = *reinterpret_cast<uint32_t*>(ptr1); in Action() local137 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()138 if (inst1 == checkinst1) { in Action()
163 uint32_t inst1 = ((ptr1[0] | ptr1[1] << 8) << 16) | (ptr1[2] | ptr1[3] << 8); in Action() local164 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()165 if (inst1 == checkinst1) { in Action()