Searched refs:changed (Results 1 - 25 of 53) sorted by relevance

123

/dalvik/vm/analysis/
H A DVfyBasicBlock.h47 bool changed; /* input set has changed, must re-eval */ member in struct:VfyBasicBlock
H A DCodeVerify.h238 INLINE void dvmInsnSetChanged(InsnFlags* insnFlags, int addr, bool changed) argument
240 if (changed)
252 INLINE void dvmInsnSetVisited(InsnFlags* insnFlags, int addr, bool changed) argument
254 if (changed)
261 * Visited or changed?
/dalvik/vm/mterp/mips/
H A Dunop.S16 $instr # a0 <- op, a0-a3 changed
H A Dbinop.S30 $instr # $result <- op, a0-a3 changed
H A Dbinop2addr.S26 $instr # $result <- op, a0-a3 changed
H A DbinopLit16.S26 $instr # $result <- op, a0-a3 changed
H A Dunflop.S20 $instr # a0 <- op, a0-a3 changed
H A DunopWide.S17 $instr # a0/a1 <- op, a2-a3 changed
H A DunopWider.S16 $instr # result <- op, a0-a3 changed
/dalvik/vm/compiler/template/mips/
H A Dfunop.S20 $instr # v0<- op, a0-a3 changed
H A DfunopNarrower.S23 $instr # v0<- op, a0-a3 changed
H A DfunopWider.S17 $instr # result<- op, a0-a3 changed
/dalvik/vm/mterp/armv5te/
H A DbinopLit16.S26 $instr @ $result<- op, r0-r3 changed
H A Dunop.S17 $instr @ r0<- op, r0-r3 changed
H A Dbinop.S31 $instr @ $result<- op, r0-r3 changed
H A Dbinop2addr.S29 $instr @ $result<- op, r0-r3 changed
H A DbinopLit8.S28 $instr @ $result<- op, r0-r3 changed
H A DunopNarrower.S20 $instr @ r0<- op, r0-r3 changed
H A DunopWide.S18 $instr @ r0/r1<- op, r2-r3 changed
H A DunopWider.S17 $instr @ r0<- op, r0-r3 changed
/dalvik/vm/mterp/armv6t2/
H A DbinopLit16.S25 $instr @ $result<- op, r0-r3 changed
H A Dunop.S16 $instr @ r0<- op, r0-r3 changed
H A DunopNarrower.S19 $instr @ r0<- op, r0-r3 changed
H A DunopWider.S16 $instr @ r0<- op, r0-r3 changed
H A Dbinop2addr.S28 $instr @ $result<- op, r0-r3 changed

Completed in 3154 milliseconds

123