Searched refs:counter (Results 1 – 16 of 16) sorted by relevance
/dalvik/vm/compiler/template/armv5te/ |
D | TEMPLATE_PERIODIC_PROFILING.S | 13 ldr r2, [r0] @ get counter
|
/dalvik/vm/compiler/template/mips/ |
D | TEMPLATE_PERIODIC_PROFILING.S | 16 lw a2, 0(a0) # get counter
|
/dalvik/vm/alloc/ |
D | MarkSweep.cpp | 673 size_t counter = 0; in preserveSomeSoftReferences() local 682 if (!marked && ((++counter) & 1)) { in preserveSomeSoftReferences()
|
D | Copying.cpp | 1062 unsigned counter; in preserveSoftReferences() local 1067 counter = 0; in preserveSoftReferences() 1082 if (!white && ((++counter) & 1)) { in preserveSoftReferences()
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 326 ldrb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ get counter 328 subs r1,r1,#1 @ decrement counter 334 strb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ reset counter 403 mov r0,rPC @ r0<- program counter
|
/dalvik/vm/mterp/mips/ |
D | footer.S | 328 lbu a1, (t1) # get counter 330 subu a1, a1, 1 # decrement counter 416 move a0, rPC # r0 <- program counter
|
/dalvik/vm/compiler/template/out/ |
D | CompilerTemplateAsm-armv5te.S | 1209 ldr r2, [r0] @ get counter
|
D | CompilerTemplateAsm-armv7-a-neon.S | 1478 ldr r2, [r0] @ get counter
|
D | CompilerTemplateAsm-armv7-a.S | 1478 ldr r2, [r0] @ get counter
|
D | CompilerTemplateAsm-armv5te-vfp.S | 1478 ldr r2, [r0] @ get counter
|
D | CompilerTemplateAsm-mips.S | 2814 lw a2, 0(a0) # get counter
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv5te-vfp.S | 15970 ldrb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ get counter 15972 subs r1,r1,#1 @ decrement counter 15978 strb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ reset counter 16047 mov r0,rPC @ r0<- program counter
|
D | InterpAsm-armv7-a-neon.S | 15907 ldrb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ get counter 15909 subs r1,r1,#1 @ decrement counter 15915 strb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ reset counter 15984 mov r0,rPC @ r0<- program counter
|
D | InterpAsm-armv7-a.S | 15907 ldrb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ get counter 15909 subs r1,r1,#1 @ decrement counter 15915 strb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ reset counter 15984 mov r0,rPC @ r0<- program counter
|
D | InterpAsm-armv5te.S | 16428 ldrb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ get counter 16430 subs r1,r1,#1 @ decrement counter 16436 strb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ reset counter 16505 mov r0,rPC @ r0<- program counter
|
D | InterpAsm-mips.S | 11330 lbu a1, (t1) # get counter 11332 subu a1, a1, 1 # decrement counter 11418 move a0, rPC # r0 <- program counter
|