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

  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g 374 if ($registers_directive.isLocalsDirective) {
422 if ($registers_directive.isLocalsDirective) {
518 registers_directive returns[boolean isLocalsDirective, int registers]
520 ^(( I_REGISTERS {$isLocalsDirective = false;}
521 | I_LOCALS {$isLocalsDirective = true;}
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java     [all...]

Completed in 47 milliseconds