Home
last modified time | relevance | path

Searched refs:HThrow (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination.cc754 void VisitThrow(HThrow* throw_instruction) override { in VisitThrow()
Dinstruction_builder.cc3066 AppendInstruction(new (allocator_) HThrow(exception, dex_pc)); in ProcessDexInstruction()
Dcode_generator_arm64.cc5507 void LocationsBuilderARM64::VisitThrow(HThrow* instruction) { in VisitThrow()
5514 void InstructionCodeGeneratorARM64::VisitThrow(HThrow* instruction) { in VisitThrow()
Dnodes.h7048 class HThrow final : public HExpression<1> {
7050 HThrow(HInstruction* exception, uint32_t dex_pc) in HThrow() function
Dcode_generator_mips64.cc7243 void LocationsBuilderMIPS64::VisitThrow(HThrow* instruction) { in VisitThrow()
7250 void InstructionCodeGeneratorMIPS64::VisitThrow(HThrow* instruction) { in VisitThrow()
Dcode_generator_x86_64.cc6183 void LocationsBuilderX86_64::VisitThrow(HThrow* instruction) { in VisitThrow()
6190 void InstructionCodeGeneratorX86_64::VisitThrow(HThrow* instruction) { in VisitThrow()
Dcode_generator_x86.cc6861 void LocationsBuilderX86::VisitThrow(HThrow* instruction) { in VisitThrow()
6868 void InstructionCodeGeneratorX86::VisitThrow(HThrow* instruction) { in VisitThrow()
Dcode_generator_arm_vixl.cc7320 void LocationsBuilderARMVIXL::VisitThrow(HThrow* instruction) { in VisitThrow()
7327 void InstructionCodeGeneratorARMVIXL::VisitThrow(HThrow* instruction) { in VisitThrow()
Dcode_generator_mips.cc9628 void LocationsBuilderMIPS::VisitThrow(HThrow* instruction) { in VisitThrow()
9635 void InstructionCodeGeneratorMIPS::VisitThrow(HThrow* instruction) { in VisitThrow()