Searched refs:defs (Results 1 – 18 of 18) sorted by relevance
/dalvik/vm/compiler/template/ |
D | config-ia32 | 26 # 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
|
D | config-armv5te | 26 # 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
|
D | config-armv7-a-neon | 27 # 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
|
D | config-armv7-a | 27 # 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
|
D | config-armv5te-vfp | 27 # 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/ |
D | Dataflow.cpp | 937 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 …]
|
D | Ralloc.cpp | 43 cUnit->regLocation[ssaRep->defs[i]].fp = true; in inferTypes()
|
D | Dataflow.h | 101 int *defs; member
|
D | SSATransformation.cpp | 512 int ssaReg = mir->ssaRep->defs[0]; in insertPhiNodeOperands()
|
/dalvik/vm/mterp/ |
D | config-armv5te | 35 # 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
|
D | config-x86 | 34 # common defs for the C opcodes 57 # end of defs; include this when cstubs/stubdefs.cpp is included
|
D | config-armv5te-vfp | 39 # 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
|
D | config-armv7-a | 40 # 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
|
D | config-armv7-a-neon | 40 # 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
|
D | config-portable | 27 # common defs for the C opcodes
|
D | config-allstubs | 32 # common defs for the C opcodes
|
D | config-x86-atom | 26 # common defs for the C helper; include this before the instruction handlers
|
/dalvik/vm/compiler/codegen/ |
D | RallocUtil.cpp | 832 return mir->ssaRep->defs[num]; in getDestSSAName()
|