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

/dalvik/vm/jdwp/
H A DJdwpMain.cpp286 bool first; local
315 first = true;
327 if (first && !dvmJdwpAwaitingHandshake(state)) {
329 first = false;
/dalvik/dx/src/com/android/dx/command/dump/
H A DBlockDumper.java65 /** whether this is the first method being dumped */
66 private boolean first; field in class:BlockDumper
100 this.first = true;
169 if (first) {
170 first = false;
303 sb.append("first " + Hex.u2(rmeth.getFirstLabel()) + "\n");
/dalvik/vm/
H A DReferenceTable.cpp263 int first = count - kLast; local
264 if (first < 0) {
265 first = 0;
267 ALOGW(" Last %d entries (of %d):", (count - first), count);
268 for (int idx = count - 1; idx >= first; --idx) {
/dalvik/vm/compiler/codegen/arm/Thumb/
H A DFactory.cpp472 ArmLIR *first = NULL; local
479 first = opRegRegImm(cUnit, kOpLsl, rNewIndex, rIndex, scale);
508 return (first) ? first : res;
515 ArmLIR *first = NULL; local
521 first = opRegRegImm(cUnit, kOpLsl, rNewIndex, rIndex, scale);
546 return (first) ? first : res;
903 * We need two separate pushes, since we want r5 to be pushed first.
904 * Store multiple will push LR first
[all...]
/dalvik/vm/compiler/codegen/mips/Mips32/
H A DFactory.cpp424 MipsLIR *first = NULL; local
441 first = newLIR3(cUnit, kMipsAddu, tReg , rBase, rIndex);
443 first = opRegRegImm(cUnit, kOpLsl, tReg, rIndex, scale);
479 return (first) ? first : res;
486 MipsLIR *first = NULL; local
504 first = newLIR3(cUnit, kMipsAddu, tReg , rBase, rIndex);
506 first = opRegRegImm(cUnit, kOpLsl, tReg, rIndex, scale);
537 return first;
970 * We need two separate pushes, since we want r5 to be pushed first
[all...]
/dalvik/libdex/
H A DDexSwapVerify.cpp316 * checked during the first iteration over the map.
402 bool first = true; local
416 if (first) {
417 first = false;
942 * do is check the first one.
1028 * first person to show me a realistic case for which this test
1064 bool first = true; local
1073 if (first) {
1074 first = false;
1093 bool first local
1123 bool first = true; local
1410 bool first = true; local
2294 bool first = true; local
[all...]
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 1532 milliseconds