Searched refs:start (Results 76 - 93 of 93) sorted by relevance

1234

/dalvik/vm/mterp/x86-atom/
H A Dentry.S59 * entry point, start executing instructions.
71 FGETOP_JMPa %edx # start executing the instruction at rPC
/dalvik/dx/etc/
H A Djasmin.jar ... Label, jas.Label, jas.CP) jas.Label start jas.Label end jas.Label handler jas. ...
/dalvik/dexdump/
H A DDexDump.cpp190 lastSlash = str + 1; /* start past 'L' */
192 lastSlash++; /* start past '/' */
473 * length, then the data. Chunks start on 64-bit boundaries.
580 u4 start = pTry->startAddr; local
581 u4 end = start + pTry->insnCount;
584 printf(" 0x%04x - 0x%04x\n", start, end);
1410 /* start of a new package */
1566 * "*pData" should point to the start of the register map data. Advances
1567 * "*pData" to the start of the next map.
/dalvik/vm/compiler/codegen/arm/
H A DArmLIR.h712 kFmtBitBlt, /* Bit string using end/start */
733 int start; /* start for kFmtBitBlt, 4-bit slice end for FP regs */ member in struct:ArmEncodingMap::__anon49
H A DCodegenDriver.cpp2879 /* MAX_CHAINED_SWITCH_CASES + 1 is the start of the overflow case */
4189 /* Traces start with a profiling entry point. Generate it here */
4585 * Accept the work and start compiling. Returns true if compilation
4635 int i, start, streak; local
4646 for (start = i++, streak = 1; i < kNumPackedOpcodes; i++) {
4651 sprintf(buf+strlen(buf), "%x,", start);
4653 sprintf(buf+strlen(buf), "%x-%x,", start, start + streak - 1);
4661 start = i;
4667 sprintf(buf+strlen(buf), "%x", start);
[all...]
H A DAssemble.cpp31 * ds: dest start bit position
34 * s1s: src1 start bit position
37 * s2s: src2 start bit position
48 /* Instruction dump string format keys: !pf, where "!" is the start
1082 value |= (operand & 0x0F) << encoder->fieldLoc[i].start;
1118 value = (operand << encoder->fieldLoc[i].start) &
1131 encoder->fieldLoc[i].start;
1142 encoder->fieldLoc[i].start;
/dalvik/vm/alloc/
H A DMarkSweep.cpp167 * - ThreadGroups (could track & start with these instead of working
497 * Scans forward to the header of the next marked object between start
515 * Scans range of dirty cards between start and end. A range of dirty
520 const u1 *scanDirtyCards(const u1 *start, const u1 *end,
524 const u1 *card = start, *prevAddr = NULL;
/dalvik/vm/jdwp/
H A DJdwpEvent.cpp40 post anything but VM start/death, but if a JDWP request causes a class
88 We need to change to VMWAIT state at the *start* of posting an event,
413 * a string that may start or end with '*' (e.g. "*.Foo" or "java.*").
541 /* start after the existing entries */
919 bool dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start) argument
943 if (start)
/dalvik/libdex/
H A DDexSwapVerify.cpp104 * Verify that a pointer range, start inclusive to end exclusive, only
106 * file. That is, the start must indicate a valid byte or may point at
108 * end must be no less than the start and must also not point beyond
112 const void* start, const void* end, const char* label) {
115 if ((start < fileStart) || (start > fileEnd)
116 || (end < start) || (end > fileEnd)) {
118 fileOffset(state, start), fileOffset(state, end));
125 * Verify that a range of offsets, start inclusive to end exclusive,
126 * are all valid. That is, the start mus
111 checkPtrRange(const CheckState* state, const void* start, const void* end, const char* label) argument
[all...]
/dalvik/vm/
H A DDebugger.cpp1307 u8 start, end; local
1314 start = (u8) -1;
1317 start = 0;
1321 expandBufAdd8BE(pReply, start);
/dalvik/dx/src/com/android/dx/merge/
H A DDexMerger.java187 long start = System.nanoTime();
207 long elapsed = System.nanoTime() - start;
/dalvik/vm/mterp/armv5te/
H A Dfooter.S115 * to be compiled happens to be at a trace start.
187 add rINST,lr,#-5 @ save start of chain branch
226 * trace start).
231 add rINST,lr,#-5 @ save start of chain branch
293 * No translation, restore interpreter regs and start interpreting.
316 * Common code to update potential trace start counter, and initiate
982 * values and start executing at the next instruction.
/dalvik/tools/dmtracedump/
H A DTraceDump.c588 const char* start = data; local
592 return data - start;
624 * Make sure we're at the start of the right section.
635 "ERROR: not at start of %s (found '%.10s')\n", cmpStr, data);
1067 * Returns with the file positioned at the start of the record data.
1187 traceData.depth[i] = 2; // adjust for return from start function
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S246 * to find the start of the function (a label with the %function type),
291 /* Entry is always a possible trace start */
314 /* start executing the instruction at rPC */
15758 * to be compiled happens to be at a trace start.
15830 add rINST,lr,#-5 @ save start of chain branch
15869 * trace start).
15874 add rINST,lr,#-5 @ save start of chain branch
15936 * No translation, restore interpreter regs and start interpreting.
15959 * Common code to update potential trace start counter, and initiate
16625 * values and start executin
[all...]
H A DInterpAsm-armv7-a-neon.S260 * to find the start of the function (a label with the %function type),
305 /* Entry is always a possible trace start */
328 /* start executing the instruction at rPC */
15695 * to be compiled happens to be at a trace start.
15767 add rINST,lr,#-5 @ save start of chain branch
15806 * trace start).
15811 add rINST,lr,#-5 @ save start of chain branch
15873 * No translation, restore interpreter regs and start interpreting.
15896 * Common code to update potential trace start counter, and initiate
16562 * values and start executin
[all...]
H A DInterpAsm-armv7-a.S260 * to find the start of the function (a label with the %function type),
305 /* Entry is always a possible trace start */
328 /* start executing the instruction at rPC */
15695 * to be compiled happens to be at a trace start.
15767 add rINST,lr,#-5 @ save start of chain branch
15806 * trace start).
15811 add rINST,lr,#-5 @ save start of chain branch
15873 * No translation, restore interpreter regs and start interpreting.
15896 * Common code to update potential trace start counter, and initiate
16562 * values and start executin
[all...]
H A DInterpAsm-armv5te.S246 * to find the start of the function (a label with the %function type),
291 /* Entry is always a possible trace start */
314 /* start executing the instruction at rPC */
16216 * to be compiled happens to be at a trace start.
16288 add rINST,lr,#-5 @ save start of chain branch
16327 * trace start).
16332 add rINST,lr,#-5 @ save start of chain branch
16394 * No translation, restore interpreter regs and start interpreting.
16417 * Common code to update potential trace start counter, and initiate
17083 * values and start executin
[all...]
H A DInterpAsm-x86-atom.S17517 * entry point, start executing instructions.
17529 FGETOP_JMPa %edx # start executing the instruction at rPC
18380 * values and start executing at the next instruction.

Completed in 398 milliseconds

1234