Home
last modified time | relevance | path

Searched refs:pcReconstructionList (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/compiler/
DCompilerIR.h171 GrowableList pcReconstructionList; member
DFrontend.c461 dvmInitGrowableList(&cUnit.pcReconstructionList, 8); in dvmCompileTrace()
/dalvik/vm/compiler/codegen/arm/
DCodegenCommon.c379 dvmInsertGrowableList(&cUnit->pcReconstructionList, pcrLabel); in genCheckCommon()
DCodegenDriver.c922 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()