Searched defs:HReturn (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h1736 // Represents dex's RETURN opcodes. A HReturn is a control flow
1738 class HReturn : public HTemplateInstruction<1> { class in namespace:art
1740 explicit HReturn(HInstruction* value) : HTemplateInstruction(SideEffects::None()) { function in class:art::HReturn
1749 DISALLOW_COPY_AND_ASSIGN(HReturn);
1753 // Instructions aborting the method (HThrow and HReturn) must branch to the

Completed in 17 milliseconds