Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DFrontend.cpp989 int *targetTable; in processCanSwitch() local
1006 targetTable = (int *) &switchData[4]; in processCanSwitch()
1021 targetTable = (int *) &switchData[2 + size*2]; in processCanSwitch()
1036 BasicBlock *caseBlock = findBlock(cUnit, curOffset + targetTable[i], in processCanSwitch()