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

  /dalvik/dx/src/com/android/dx/dex/file/
ProtoIdItem.java 38 private final CstUtf8 shortForm;
57 this.shortForm = makeShortForm(prototype);
120 stringIds.intern(shortForm);
130 int shortyIdx = file.getStringIds().indexOf(shortForm);
152 " // " + shortForm.toQuoted());
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.c 179 bool shortForm = (absValue & 0xff) == absValue;
186 } else if (shortForm) {
195 } else if (shortForm) {
202 shortForm = false;
203 if (LOWREG(rDestSrc1) && shortForm) {
208 shortForm = false;
217 if (shortForm)
265 bool shortForm = (absValue & 0x7) == absValue;
272 shortForm = true;
277 shortForm = true
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 585 bool shortForm = (((absValue & 0xff) == absValue) && LOWREG(rDestSrc1));
592 } else if (shortForm) {
600 } else if (shortForm) {
605 if (LOWREG(rDestSrc1) && shortForm)
606 opCode = (shortForm) ? kThumbCmpRI8 : kThumbCmpRR;
610 shortForm = false;
616 shortForm = false;
619 if (shortForm)
820 bool shortForm = false;
836 shortForm = true
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 44 milliseconds