Home
last modified time | relevance | path

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

/dalvik/vm/compiler/template/armv5te/
DTEMPLATE_PERIODIC_PROFILING.S13 ldr r2, [r0] @ get counter
/dalvik/vm/compiler/template/mips/
DTEMPLATE_PERIODIC_PROFILING.S16 lw a2, 0(a0) # get counter
/dalvik/vm/alloc/
DMarkSweep.cpp673 size_t counter = 0; in preserveSomeSoftReferences() local
682 if (!marked && ((++counter) & 1)) { in preserveSomeSoftReferences()
DCopying.cpp1062 unsigned counter; in preserveSoftReferences() local
1067 counter = 0; in preserveSoftReferences()
1082 if (!white && ((++counter) & 1)) { in preserveSoftReferences()
/dalvik/vm/mterp/armv5te/
Dfooter.S326 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/
Dfooter.S328 lbu a1, (t1) # get counter
330 subu a1, a1, 1 # decrement counter
416 move a0, rPC # r0 <- program counter
/dalvik/vm/compiler/template/out/
DCompilerTemplateAsm-armv5te.S1209 ldr r2, [r0] @ get counter
DCompilerTemplateAsm-armv7-a-neon.S1478 ldr r2, [r0] @ get counter
DCompilerTemplateAsm-armv7-a.S1478 ldr r2, [r0] @ get counter
DCompilerTemplateAsm-armv5te-vfp.S1478 ldr r2, [r0] @ get counter
DCompilerTemplateAsm-mips.S2814 lw a2, 0(a0) # get counter
/dalvik/vm/mterp/out/
DInterpAsm-armv5te-vfp.S15970 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
DInterpAsm-armv7-a-neon.S15907 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
DInterpAsm-armv7-a.S15907 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
DInterpAsm-armv5te.S16428 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
DInterpAsm-mips.S11330 lbu a1, (t1) # get counter
11332 subu a1, a1, 1 # decrement counter
11418 move a0, rPC # r0 <- program counter