Searched refs:store (Results 26 - 46 of 46) sorted by relevance

12

/dalvik/vm/mterp/armv5te/
H A DOP_IPUT_OBJECT.S46 $prebarrier @ releasing store
H A DOP_SPUT_OBJECT.S25 $prebarrier @ releasing store
H A DOP_INSTANCE_OF.S21 beq .L${opcode}_store @ null obj, not an instance, store r0
H A Dfooter.S329 strb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ and store it
/dalvik/vm/mterp/mips/
H A DOP_INSTANCE_OF.S20 beqz a0, .L${opcode}_store # null obj, not an instance, store a0
H A DOP_SPUT_OBJECT_JUMBO.S50 $prebarrier # releasing store
H A DOP_INSTANCE_OF_JUMBO.S23 beqz a0, .L${opcode}_store # null obj, not an instance, store a0
H A Dfooter.S331 sb a1, (t1) # and store it
878 sw rFP, 20(sp) # store rFP => tmp
/dalvik/vm/mterp/x86/
H A DOP_INSTANCE_OF.S22 je .L${opcode}_store # null obj, not instance, store it
H A DOP_IPUT.S2 %default { "store":"movl", "reg":"rINST", "sqnum":"0" }
50 $store $reg,(%ecx,%eax,1) # obj.field <- v[A](8/16/32 bits)
H A DOP_IPUT_OBJECT.S54 je 1f # skip card mark if null store
H A DOP_SPUT_OBJECT.S25 movl %ecx,offStaticField_value(%eax) # do the store
/dalvik/vm/arch/arm/
H A DCallEABI.S232 add r8, r8, #4 @ if pad, just advance ip without store
296 * ourselves a trip, but we'd have to store that somewhere -- this is
385 @ use "full descending" stacks, so we store into [r8] and incr as we
/dalvik/vm/compiler/codegen/mips/
H A DAssemble.cpp1413 * space to store the addr/line mapping. Since this is a debugging feature
1833 * Handles a store of a specified size of data to a specified address.
2002 bool store = false; local
2028 // Determine whether the mem op is a store or load
2040 store = true;
2135 if (store) {
2192 // Determine whether the mem op is a store or load
2199 store = true;
2206 store = true;
2285 if (store) {
[all...]
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.cpp2040 * space to store the addr/line mapping. Since this is a debugging feature
2455 * Handles a store of a specified size of data to a specified address.
2621 bool store = false; local
2646 // Determine whether the mem op is a store or load
2658 store = true;
2753 if (store) {
2810 // Determine whether the mem op is a store or load
2817 store = true;
2824 store = true;
2903 if (store) {
[all...]
/dalvik/vm/mterp/out/
H A DInterpAsm-x86.S623 SET_VREG_WORD rIBASE rINST 1 # store msw
626 SET_VREG_WORD %eax rINST 0 # store lsw
637 SET_VREG_WORD rIBASE rINST,1 # store msw
640 SET_VREG_WORD %eax rINST 0 # store lsw
926 je .LOP_INSTANCE_OF_store # null obj, not instance, store it
2476 movl %ecx,sReg0 # store the two classes for later
2497 movl rINST,(%ecx) # store into array
3152 je 1f # skip card mark if null store
3889 movl %ecx,offStaticField_value(%eax) # do the store
4974 fistpll (rFP,%ecx,4) # convert and store
[all...]
H A DInterpAsm-mips.S377 * Macro for data memory barrier (store/store variant).
1106 beqz a0, .LOP_INSTANCE_OF_store # null obj, not an instance, store a0
1333 # bypass dvmSetException, just store it
9825 # noop # releasing store
9875 # noop # releasing store
9903 # noop # releasing store
9926 # noop # releasing store
9949 # noop # releasing store
9972 # noop # releasing store
[all...]
H A DInterpAsm-armv5te-vfp.S890 beq .LOP_INSTANCE_OF_store @ null obj, not an instance, store r0
1061 @ bypass dvmSetException, just store it
2567 @include "armv5te/OP_IPUT.S" { "store":"strb", "sqnum":"1" }
2596 @include "armv5te/OP_IPUT.S" { "store":"strb", "sqnum":"2" }
2625 @include "armv5te/OP_IPUT.S" { "store":"strh", "sqnum":"3" }
2654 @include "armv5te/OP_IPUT.S" { "store":"strh", "sqnum":"4" }
2888 @ no-op @ releasing store
2944 @ no-op @ releasing store
2969 @ no-op @ releasing store
2997 @ no-op @ releasing store
[all...]
H A DInterpAsm-armv7-a-neon.S228 * Macro for data memory barrier (store/store variant).
901 beq .LOP_INSTANCE_OF_store @ null obj, not an instance, store r0
1071 @ bypass dvmSetException, just store it
2571 @include "armv5te/OP_IPUT.S" { "store":"strb", "sqnum":"1" }
2600 @include "armv5te/OP_IPUT.S" { "store":"strb", "sqnum":"2" }
2629 @include "armv5te/OP_IPUT.S" { "store":"strh", "sqnum":"3" }
2658 @include "armv5te/OP_IPUT.S" { "store":"strh", "sqnum":"4" }
2892 @ no-op @ releasing store
2948 @ no-op @ releasing store
[all...]
H A DInterpAsm-armv7-a.S228 * Macro for data memory barrier (store/store variant).
901 beq .LOP_INSTANCE_OF_store @ null obj, not an instance, store r0
1071 @ bypass dvmSetException, just store it
2571 @include "armv5te/OP_IPUT.S" { "store":"strb", "sqnum":"1" }
2600 @include "armv5te/OP_IPUT.S" { "store":"strb", "sqnum":"2" }
2629 @include "armv5te/OP_IPUT.S" { "store":"strh", "sqnum":"3" }
2658 @include "armv5te/OP_IPUT.S" { "store":"strh", "sqnum":"4" }
2892 @ no-op @ releasing store
2948 @ no-op @ releasing store
[all...]
H A DInterpAsm-armv5te.S890 beq .LOP_INSTANCE_OF_store @ null obj, not an instance, store r0
1061 @ bypass dvmSetException, just store it
2589 @include "armv5te/OP_IPUT.S" { "store":"strb", "sqnum":"1" }
2618 @include "armv5te/OP_IPUT.S" { "store":"strb", "sqnum":"2" }
2647 @include "armv5te/OP_IPUT.S" { "store":"strh", "sqnum":"3" }
2676 @include "armv5te/OP_IPUT.S" { "store":"strh", "sqnum":"4" }
2910 @ no-op @ releasing store
2966 @ no-op @ releasing store
2991 @ no-op @ releasing store
3019 @ no-op @ releasing store
[all...]

Completed in 2457 milliseconds

12