Searched refs:HThrow (Results 1 – 7 of 7) sorted by relevance
787 void VisitThrow(HThrow* throw_instruction) override { in VisitThrow()
3361 AppendInstruction(new (allocator_) HThrow(exception, dex_pc)); in ProcessDexInstruction()
7208 class HThrow final : public HExpression<1> {7210 HThrow(HInstruction* exception, uint32_t dex_pc) in HThrow() function
5983 void LocationsBuilderARM64::VisitThrow(HThrow* instruction) { in VisitThrow()5990 void InstructionCodeGeneratorARM64::VisitThrow(HThrow* instruction) { in VisitThrow()
6414 void LocationsBuilderX86_64::VisitThrow(HThrow* instruction) { in VisitThrow()6421 void InstructionCodeGeneratorX86_64::VisitThrow(HThrow* instruction) { in VisitThrow()
7119 void LocationsBuilderX86::VisitThrow(HThrow* instruction) { in VisitThrow()7126 void InstructionCodeGeneratorX86::VisitThrow(HThrow* instruction) { in VisitThrow()
7689 void LocationsBuilderARMVIXL::VisitThrow(HThrow* instruction) { in VisitThrow()7696 void InstructionCodeGeneratorARMVIXL::VisitThrow(HThrow* instruction) { in VisitThrow()