Home | History | Annotate | Download | only in arm

Lines Matching refs:pcReconstructionList

980     dvmInsertGrowableList(&cUnit->pcReconstructionList, (intptr_t) pcrLabel);
1236 dvmInsertGrowableList(&cUnit->pcReconstructionList,
3241 dvmInsertGrowableList(&cUnit->pcReconstructionList,
3838 (ArmLIR **) cUnit->pcReconstructionList.elemList;
3839 int numElems = cUnit->pcReconstructionList.numUsed;
4138 dvmInsertGrowableList(&cUnit->pcReconstructionList, (intptr_t) pcrLabel);
4296 if (cUnit->pcReconstructionList.numUsed) {