Home
last modified time | relevance | path

Searched defs:VisitThrow (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination.cc754 void VisitThrow(HThrow* throw_instruction) override { in VisitThrow() function in art::LSEVisitor
Dcode_generator_mips64.cc7243 void LocationsBuilderMIPS64::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::mips64::LocationsBuilderMIPS64
7250 void InstructionCodeGeneratorMIPS64::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::mips64::InstructionCodeGeneratorMIPS64
Dcode_generator_arm_vixl.cc7320 void LocationsBuilderARMVIXL::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::arm::LocationsBuilderARMVIXL
7327 void InstructionCodeGeneratorARMVIXL::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::arm::InstructionCodeGeneratorARMVIXL
Dcode_generator_mips.cc9628 void LocationsBuilderMIPS::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::mips::LocationsBuilderMIPS
9635 void InstructionCodeGeneratorMIPS::VisitThrow(HThrow* instruction) { in VisitThrow() function in art::mips::InstructionCodeGeneratorMIPS