OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:definsn
(Results
1 - 4
of
4
) sorted by null
/dalvik/dx/src/com/android/dx/ssa/
PhiTypeResolver.java
71
SsaInsn
definsn
= ssaMeth.getDefinitionForRegister(reg);
local
73
if (
definsn
!= null
74
&& (
definsn
.getResult().getBasicType() == Type.BT_VOID)) {
87
PhiInsn
definsn
= (PhiInsn)ssaMeth.getDefinitionForRegister(reg);
local
89
if (resolveResultType(
definsn
)) {
/dalvik/dx/src/com/android/dx/ssa/back/
FirstFitAllocator.java
96
NormalSsaInsn
defInsn
= (NormalSsaInsn)
99
newReg = paramNumberFromMoveParam(
defInsn
);
RegisterAllocator.java
113
SsaInsn
defInsn
= ssaMeth.getDefinitionForRegister(reg);
115
if (
defInsn
instanceof NormalSsaInsn) {
116
NormalSsaInsn ndefInsn = (NormalSsaInsn)
defInsn
;
FirstFitLocalCombiningAllocator.java
210
SsaInsn
defInsn
= ssaMeth.getDefinitionForRegister(ssaReg);
211
if (
defInsn
== null) {
215
Rop opcode =
defInsn
.getOpcode();
219
CstInsn origInsn = (CstInsn)
defInsn
.getOriginalRopInsn();
[
all
...]
Completed in 727 milliseconds