OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:definitionlist
(Results
1 - 1
of
1
) sorted by null
/dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java
76
private SsaInsn[]
definitionList
;
388
if (
definitionList
!= null) {
389
return
definitionList
[reg];
392
definitionList
= new SsaInsn[getRegCount()];
396
definitionList
[insn.getResult().getReg()] = insn;
399
definitionList
[phi.getResult().getReg()] = phi;
404
definitionList
[insn.getResult().getReg()] = insn;
409
return
definitionList
[reg];
555
if (
definitionList
!= null && resultReg != null) {
556
definitionList
[resultReg.getReg()] = null
[
all
...]
Completed in 1185 milliseconds