Searched refs:shortForm (Results 1 - 5 of 5) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DProtoIdItem.java38 private final CstUtf8 shortForm; field in class:ProtoIdItem
57 this.shortForm = makeShortForm(prototype);
120 stringIds.intern(shortForm);
130 int shortyIdx = file.getStringIds().indexOf(shortForm);
152 " // " + shortForm.toQuoted());
/dalvik/dx/src/com/android/dx/dex/file/
H A DProtoIdItem.java35 private final CstString shortForm; field in class:ProtoIdItem
54 this.shortForm = makeShortForm(prototype);
117 stringIds.intern(shortForm);
127 int shortyIdx = file.getStringIds().indexOf(shortForm);
149 " // " + shortForm.toQuoted());
/dalvik/vm/compiler/codegen/arm/Thumb/
H A DFactory.cpp199 bool shortForm = (absValue & 0xff) == absValue; local
206 } else if (shortForm) {
215 } else if (shortForm) {
222 shortForm = false;
223 if (LOWREG(rDestSrc1) && shortForm) {
228 shortForm = false;
237 if (shortForm)
285 bool shortForm = (absValue & 0x7) == absValue; local
292 shortForm = true;
297 shortForm
591 bool shortForm = false; local
721 bool shortForm = false; local
[all...]
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.cpp619 bool shortForm = (((absValue & 0xff) == absValue) && LOWREG(rDestSrc1)); local
626 } else if (shortForm) {
634 } else if (shortForm) {
639 if (LOWREG(rDestSrc1) && shortForm)
640 opcode = (shortForm) ? kThumbCmpRI8 : kThumbCmpRR;
644 shortForm = false;
650 shortForm = false;
653 if (shortForm)
848 bool shortForm = false; local
863 shortForm
982 bool shortForm = false; local
[all...]
/dalvik/vm/compiler/codegen/mips/Mips32/
H A DFactory.cpp207 bool shortForm = (absValue & 0xff) == absValue; local
221 if (shortForm)
279 bool shortForm = true; local
287 shortForm = false;
297 shortForm = false;
318 shortForm = false;
327 shortForm = false;
336 shortForm = false;
341 shortForm = false;
350 if (shortForm)
608 bool shortForm = IS_SIMM16(displacement); local
726 bool shortForm = IS_SIMM16(displacement); local
[all...]

Completed in 113 milliseconds