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

/art/compiler/optimizing/
H A Dnodes.h822 // Represents dex's RETURN opcodes. A HReturn is a control flow
824 class HReturn : public HTemplateInstruction<1> { class in namespace:art
826 explicit HReturn(HInstruction* value) { function in class:art::HReturn
835 DISALLOW_COPY_AND_ASSIGN(HReturn);
839 // Instructions aborting the method (HTrow and HReturn) must branch to the

Completed in 9 milliseconds