Home
last modified time | relevance | path

Searched refs:VisitThrow (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination.cc787 void VisitThrow(HThrow* throw_instruction) override { in VisitThrow() function in art::LSEVisitor
Dcode_generator_arm64.cc5983 void LocationsBuilderARM64::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::arm64::LocationsBuilderARM64
5990 void InstructionCodeGeneratorARM64::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::arm64::InstructionCodeGeneratorARM64
Dcode_generator_x86_64.cc6414 void LocationsBuilderX86_64::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::x86_64::LocationsBuilderX86_64
6421 void InstructionCodeGeneratorX86_64::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::x86_64::InstructionCodeGeneratorX86_64
Dcode_generator_x86.cc7119 void LocationsBuilderX86::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::x86::LocationsBuilderX86
7126 void InstructionCodeGeneratorX86::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::x86::InstructionCodeGeneratorX86
Dcode_generator_arm_vixl.cc7689 void LocationsBuilderARMVIXL::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::arm::LocationsBuilderARMVIXL
7696 void InstructionCodeGeneratorARMVIXL::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::arm::InstructionCodeGeneratorARMVIXL