Searched refs:counter (Results 1 - 16 of 16) sorted by relevance

/dalvik/vm/compiler/template/armv5te/
H A DTEMPLATE_PERIODIC_PROFILING.S2 * Increment profile counter for this trace, and decrement
3 * sample counter. If sample counter goes below zero, turn
7 * (lr-11) is address of pointer to counter. Note: the counter
13 ldr r2, [r0] @ get counter
/dalvik/vm/compiler/template/mips/
H A DTEMPLATE_PERIODIC_PROFILING.S2 * Increment profile counter for this trace, and decrement
3 * sample counter. If sample counter goes below zero, turn
7 * (ra-16) is address of pointer to counter. Note: the counter
16 lw a2, 0(a0) # get counter
/dalvik/vm/mterp/mips/
H A Dfooter.S316 * Common code to update potential trace start counter, and initiate
328 lbu a1, (t1) # get counter
330 subu a1, a1, 1 # decrement counter
335 /* Looks good, reset the counter */
416 move a0, rPC # r0 <- program counter
/dalvik/vm/mterp/armv5te/
H A Dfooter.S316 * Common code to update potential trace start counter, and initiate
326 ldrb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ get counter
328 subs r1,r1,#1 @ decrement counter
332 /* Looks good, reset the counter */
334 strb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ reset counter
403 mov r0,rPC @ r0<- program counter
/dalvik/vm/alloc/
H A DMarkSweep.cpp673 size_t counter = 0; local
682 if (!marked && ((++counter) & 1)) {
H A DCopying.cpp1062 unsigned counter;
1067 counter = 0;
1082 if (!white && ((++counter) & 1)) {
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te.S71 r4 rPC interpreted program counter, used for fetching instructions
358 * u4 counter;
366 * r9 <- counter
1198 * Increment profile counter for this trace, and decrement
1199 * sample counter. If sample counter goes below zero, turn
1203 * (lr-11) is address of pointer to counter. Note: the counter
1209 ldr r2, [r0] @ get counter
1439 * u4 counter;
[all...]
H A DCompilerTemplateAsm-armv5te-vfp.S71 r4 rPC interpreted program counter, used for fetching instructions
358 * u4 counter;
366 * r9 <- counter
1467 * Increment profile counter for this trace, and decrement
1468 * sample counter. If sample counter goes below zero, turn
1472 * (lr-11) is address of pointer to counter. Note: the counter
1478 ldr r2, [r0] @ get counter
1708 * u4 counter;
[all...]
H A DCompilerTemplateAsm-armv7-a-neon.S71 r4 rPC interpreted program counter, used for fetching instructions
358 * u4 counter;
366 * r9 <- counter
1467 * Increment profile counter for this trace, and decrement
1468 * sample counter. If sample counter goes below zero, turn
1472 * (lr-11) is address of pointer to counter. Note: the counter
1478 ldr r2, [r0] @ get counter
1708 * u4 counter;
[all...]
H A DCompilerTemplateAsm-armv7-a.S71 r4 rPC interpreted program counter, used for fetching instructions
358 * u4 counter;
366 * r9 <- counter
1467 * Increment profile counter for this trace, and decrement
1468 * sample counter. If sample counter goes below zero, turn
1472 * (lr-11) is address of pointer to counter. Note: the counter
1478 ldr r2, [r0] @ get counter
1708 * u4 counter;
[all...]
H A DCompilerTemplateAsm-mips.S45 s0 rPC interpreted program counter, used for fetching instructions
722 * u4 counter;
2798 * Increment profile counter for this trace, and decrement
2799 * sample counter. If sample counter goes below zero, turn
2803 * (ra-16) is address of pointer to counter. Note: the counter
2812 lw a2, 0(a0) # get counter
3100 * u4 counter;
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S64 r4 rPC interpreted program counter, used for fetching instructions
15960 * Common code to update potential trace start counter, and initiate
15970 ldrb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ get counter
15972 subs r1,r1,#1 @ decrement counter
15976 /* Looks good, reset the counter */
15978 strb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ reset counter
16047 mov r0,rPC @ r0<- program counter
H A DInterpAsm-armv7-a-neon.S64 r4 rPC interpreted program counter, used for fetching instructions
15897 * Common code to update potential trace start counter, and initiate
15907 ldrb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ get counter
15909 subs r1,r1,#1 @ decrement counter
15913 /* Looks good, reset the counter */
15915 strb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ reset counter
15984 mov r0,rPC @ r0<- program counter
H A DInterpAsm-armv7-a.S64 r4 rPC interpreted program counter, used for fetching instructions
15897 * Common code to update potential trace start counter, and initiate
15907 ldrb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ get counter
15909 subs r1,r1,#1 @ decrement counter
15913 /* Looks good, reset the counter */
15915 strb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ reset counter
15984 mov r0,rPC @ r0<- program counter
H A DInterpAsm-armv5te.S64 r4 rPC interpreted program counter, used for fetching instructions
16418 * Common code to update potential trace start counter, and initiate
16428 ldrb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ get counter
16430 subs r1,r1,#1 @ decrement counter
16434 /* Looks good, reset the counter */
16436 strb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ reset counter
16505 mov r0,rPC @ r0<- program counter
H A DInterpAsm-mips.S26 s0 rPC interpreted program counter, used for fetching instructions
11322 * Common code to update potential trace start counter, and initiate
11334 lbu a1, (t1) # get counter
11336 subu a1, a1, 1 # decrement counter
11341 /* Looks good, reset the counter */
11422 move a0, rPC # r0 <- program counter

Completed in 756 milliseconds