Searched refs:HThrow (Results 1 – 9 of 9) sorted by relevance
754 void VisitThrow(HThrow* throw_instruction) override { in VisitThrow()
3066 AppendInstruction(new (allocator_) HThrow(exception, dex_pc)); in ProcessDexInstruction()
5507 void LocationsBuilderARM64::VisitThrow(HThrow* instruction) { in VisitThrow()5514 void InstructionCodeGeneratorARM64::VisitThrow(HThrow* instruction) { in VisitThrow()
7048 class HThrow final : public HExpression<1> {7050 HThrow(HInstruction* exception, uint32_t dex_pc) in HThrow() function
7243 void LocationsBuilderMIPS64::VisitThrow(HThrow* instruction) { in VisitThrow()7250 void InstructionCodeGeneratorMIPS64::VisitThrow(HThrow* instruction) { in VisitThrow()
6183 void LocationsBuilderX86_64::VisitThrow(HThrow* instruction) { in VisitThrow()6190 void InstructionCodeGeneratorX86_64::VisitThrow(HThrow* instruction) { in VisitThrow()
6861 void LocationsBuilderX86::VisitThrow(HThrow* instruction) { in VisitThrow()6868 void InstructionCodeGeneratorX86::VisitThrow(HThrow* instruction) { in VisitThrow()
7320 void LocationsBuilderARMVIXL::VisitThrow(HThrow* instruction) { in VisitThrow()7327 void InstructionCodeGeneratorARMVIXL::VisitThrow(HThrow* instruction) { in VisitThrow()
9628 void LocationsBuilderMIPS::VisitThrow(HThrow* instruction) { in VisitThrow()9635 void InstructionCodeGeneratorMIPS::VisitThrow(HThrow* instruction) { in VisitThrow()