Home | History | Annotate | Download | only in optimizing

Lines Matching defs:HReturn

2685 // Represents dex's RETURN opcodes. A HReturn is a control flow
2687 class HReturn FINAL : public HTemplateInstruction<1> {
2689 explicit HReturn(HInstruction* value, uint32_t dex_pc = kNoDexPc)
2807 // Instructions aborting the method (HThrow and HReturn) must branch to the
7007 // } HReturn