Home | History | Annotate | Download | only in optimizing

Lines Matching defs:HReturn

2325 // Represents dex's RETURN opcodes. A HReturn is a control flow
2327 class HReturn : public HTemplateInstruction<1> {
2329 explicit HReturn(HInstruction* value, uint32_t dex_pc = kNoDexPc)
2339 DISALLOW_COPY_AND_ASSIGN(HReturn);
2444 // Instructions aborting the method (HThrow and HReturn) must branch to the