HomeSort by relevance Sort by last modified time
    Searched defs:HReturn (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
nodes.h 822 // Represents dex's RETURN opcodes. A HReturn is a control flow
824 class HReturn : public HTemplateInstruction<1> {
826 explicit HReturn(HInstruction* value) {
835 DISALLOW_COPY_AND_ASSIGN(HReturn);
839 // Instructions aborting the method (HTrow and HReturn) must branch to the
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h     [all...]

Completed in 157 milliseconds