Searched refs:pcReconstructionList (Results 1 – 4 of 4) sorted by relevance
171 GrowableList pcReconstructionList; member
461 dvmInitGrowableList(&cUnit.pcReconstructionList, 8); in dvmCompileTrace()
379 dvmInsertGrowableList(&cUnit->pcReconstructionList, pcrLabel); in genCheckCommon()
922 dvmInsertGrowableList(&cUnit->pcReconstructionList, pcrLabel); in genReturnCommon()1159 dvmInsertGrowableList(&cUnit->pcReconstructionList, pcrLabel); in genInvokeVirtualCommon()3015 dvmInsertGrowableList(&cUnit->pcReconstructionList, pcrLabel); in handleFmt35c_3rc()3599 (ArmLIR **) cUnit->pcReconstructionList.elemList; in handlePCReconstruction()3600 int numElems = cUnit->pcReconstructionList.numUsed; in handlePCReconstruction()3890 dvmInsertGrowableList(&cUnit->pcReconstructionList, pcrLabel); in setupLoopEntryBlock()4058 if (cUnit->pcReconstructionList.numUsed) { in dvmCompilerMIR2LIR()