Lines Matching refs:HInstruction
529 void HInstruction::PrintTo(StringStream* stream) { in PrintTo()
538 void HInstruction::PrintMnemonicTo(StringStream* stream) { in PrintMnemonicTo()
543 void HInstruction::Unlink() { in Unlink()
559 void HInstruction::InsertBefore(HInstruction* next) { in InsertBefore()
565 HInstruction* prev = next->previous(); in InsertBefore()
574 void HInstruction::InsertAfter(HInstruction* previous) { in InsertAfter()
590 HInstruction* next = previous->next_; in InsertAfter()
606 void HInstruction::Verify() { in Verify()
614 HInstruction* cur = this->previous(); in Verify()
1658 HInstruction* index = new(block()->zone()) HLoadKeyedFastElement( in Canonicalize()
2100 HInstruction* HInstr::New##HInstr(Zone* zone, \
2126 HInstruction* HMod::NewHMod(Zone* zone, in NewHMod()
2149 HInstruction* HDiv::NewHDiv(Zone* zone, in NewHDiv()
2171 HInstruction* HBitwise::NewHBitwise(Zone* zone, in NewHBitwise()
2205 HInstruction* HInstr::New##HInstr(Zone* zone, \
2228 HInstruction* HShr::NewHShr(Zone* zone, in NewHShr()
2316 HInstruction::Verify(); in Verify()
2322 HInstruction::Verify(); in Verify()
2328 HInstruction::Verify(); in Verify()
2334 HInstruction::Verify(); in Verify()
2340 HInstruction::Verify(); in Verify()