Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc787 void VisitThrow(HThrow* throw_instruction) override { in VisitThrow()
Dinstruction_builder.cc3361 AppendInstruction(new (allocator_) HThrow(exception, dex_pc)); in ProcessDexInstruction()
Dnodes.h7208 class HThrow final : public HExpression<1> {
7210 HThrow(HInstruction* exception, uint32_t dex_pc) in HThrow() function
Dcode_generator_arm64.cc5983 void LocationsBuilderARM64::VisitThrow(HThrow* instruction) { in VisitThrow()
5990 void InstructionCodeGeneratorARM64::VisitThrow(HThrow* instruction) { in VisitThrow()
Dcode_generator_x86_64.cc6414 void LocationsBuilderX86_64::VisitThrow(HThrow* instruction) { in VisitThrow()
6421 void InstructionCodeGeneratorX86_64::VisitThrow(HThrow* instruction) { in VisitThrow()
Dcode_generator_x86.cc7119 void LocationsBuilderX86::VisitThrow(HThrow* instruction) { in VisitThrow()
7126 void InstructionCodeGeneratorX86::VisitThrow(HThrow* instruction) { in VisitThrow()
Dcode_generator_arm_vixl.cc7689 void LocationsBuilderARMVIXL::VisitThrow(HThrow* instruction) { in VisitThrow()
7696 void InstructionCodeGeneratorARMVIXL::VisitThrow(HThrow* instruction) { in VisitThrow()