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

/art/compiler/optimizing/
H A Dnodes.h2524 // Represents dex's RETURN opcodes. A HReturn is a control flow
2526 class HReturn FINAL : public HTemplateInstruction<1> {
2528 explicit HReturn(HInstruction* value, uint32_t dex_pc = kNoDexPc) function in class:art::FINAL
2538 DISALLOW_COPY_AND_ASSIGN(HReturn);
2632 // Instructions aborting the method (HThrow and HReturn) must branch to the

Completed in 23 milliseconds