Home
last modified time | relevance | path

Searched refs:defs (Results 1 – 18 of 18) sorted by relevance

/dalvik/vm/compiler/template/
Dconfig-ia3226 # highly-platform-specific defs
29 # common defs for the C helpers; include this before the instruction handlers
41 # end of defs; include this when cstubs/stubdefs.c is included
Dconfig-armv5te26 # highly-platform-specific defs
29 # common defs for the C helpers; include this before the instruction handlers
41 # end of defs; include this when cstubs/stubdefs.c is included
Dconfig-armv7-a-neon27 # highly-platform-specific defs
30 # common defs for the C helpers; include this before the instruction handlers
63 # end of defs; include this when cstubs/stubdefs.c is included
Dconfig-armv7-a27 # highly-platform-specific defs
30 # common defs for the C helpers; include this before the instruction handlers
63 # end of defs; include this when cstubs/stubdefs.c is included
Dconfig-armv5te-vfp27 # highly-platform-specific defs
30 # common defs for the C helpers; include this before the instruction handlers
64 # end of defs; include this when cstubs/stubdefs.c is included
/dalvik/vm/compiler/
DDataflow.cpp937 getSSAName(cUnit, mir->ssaRep->defs[0], operand0), in dvmCompilerFullDisassembler()
996 getSSAName(cUnit, mir->ssaRep->defs[udIdx], operand0)); in dvmCompilerFullDisassembler()
1059 int ssa2DalvikValue = dvmConvertSSARegToDalvik(cUnit, ssaRep->defs[i]); in dvmCompilerGetSSAString()
1062 ssaRep->defs[i], DECODE_REG(ssa2DalvikValue), in dvmCompilerGetSSAString()
1167 static void handleSSADef(CompilationUnit *cUnit, int *defs, int dalvikReg, in handleSSADef() argument
1181 defs[regIndex] = ssaReg; in handleSSADef()
1277 mir->ssaRep->defs = (int *)dvmCompilerNew(sizeof(int) * numDefs, in dvmCompilerDoSSAConversion()
1317 handleSSADef(cUnit, mir->ssaRep->defs, dInsn->vA, 0); in dvmCompilerDoSSAConversion()
1320 handleSSADef(cUnit, mir->ssaRep->defs, dInsn->vA+1, 1); in dvmCompilerDoSSAConversion()
1366 setConstant(cUnit, mir->ssaRep->defs[0], dInsn->vB); in dvmCompilerDoConstantPropagation()
[all …]
DRalloc.cpp43 cUnit->regLocation[ssaRep->defs[i]].fp = true; in inferTypes()
DDataflow.h101 int *defs; member
DSSATransformation.cpp512 int ssaReg = mir->ssaRep->defs[0]; in insertPhiNodeOperands()
/dalvik/vm/mterp/
Dconfig-armv5te35 # highly-platform-specific defs
38 # common defs for the C helpers; include this before the instruction handlers
53 # end of defs; include this when cstubs/stubdefs.cpp is included
Dconfig-x8634 # common defs for the C opcodes
57 # end of defs; include this when cstubs/stubdefs.cpp is included
Dconfig-armv5te-vfp39 # highly-platform-specific defs
42 # common defs for the C helpers; include this before the instruction handlers
103 # end of defs; include this when cstubs/stubdefs.cpp is included
Dconfig-armv7-a40 # highly-platform-specific defs
43 # common defs for the C helpers; include this before the instruction handlers
167 # end of defs; include this when cstubs/stubdefs.cpp is included
Dconfig-armv7-a-neon40 # highly-platform-specific defs
43 # common defs for the C helpers; include this before the instruction handlers
165 # end of defs; include this when cstubs/stubdefs.cpp is included
Dconfig-portable27 # common defs for the C opcodes
Dconfig-allstubs32 # common defs for the C opcodes
Dconfig-x86-atom26 # common defs for the C helper; include this before the instruction handlers
/dalvik/vm/compiler/codegen/
DRallocUtil.cpp832 return mir->ssaRep->defs[num]; in getDestSSAName()