Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DCompilerIR.h227 LIR *chainingCellBottom; member
/dalvik/vm/compiler/codegen/arm/
DAssemble.cpp1400 chainingCellGap = (offset - cUnit->chainingCellBottom->offset) >> 2; in dvmCompilerAssembleLIR()
DCodegenDriver.cpp4559 cUnit->chainingCellBottom = (LIR *) newLIR0(cUnit, kArmChainingCellBottom); in dvmCompilerMIR2LIR()