HomeSort by relevance Sort by last modified time
    Searched refs:numDefs (Results 1 - 7 of 7) sorted by null

  /dalvik/vm/compiler/
Ralloc.cpp 41 for (i=0; ssaRep->fpDef && i< ssaRep->numDefs; i++) {
Dataflow.h 100 int numDefs;
Dataflow.cpp 992 if (mir->ssaRep->numDefs) {
994 for (udIdx = 0; udIdx < mir->ssaRep->numDefs; udIdx++) {
1058 for (i = 0; i < ssaRep->numDefs; i++) {
1066 if (ssaRep->numDefs) {
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 915 if (mir->ssaRep->numDefs == 1) {
918 assert(mir->ssaRep->numDefs == 2);
    [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp     [all...]
RallocUtil.cpp 903 assert(mir->ssaRep->numDefs > num);
    [all...]
  /dalvik/vm/compiler/codegen/
RallocUtil.cpp 831 assert(mir->ssaRep->numDefs > num);

Completed in 80 milliseconds