Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DCompilerIR.h214 LIR *chainCellOffsetLIR; member
/dalvik/vm/compiler/codegen/mips/
DAssemble.cpp771 MipsLIR *chainCellOffsetLIR = NULL; in dvmCompilerAssembleLIR() local
782 chainCellOffsetLIR = (MipsLIR *) cUnit->chainCellOffsetLIR; in dvmCompilerAssembleLIR()
783 assert(chainCellOffsetLIR); in dvmCompilerAssembleLIR()
785 assert(chainCellOffsetLIR->opcode == kMips32BitData && in dvmCompilerAssembleLIR()
786 chainCellOffsetLIR->operands[0] == CHAIN_CELL_OFFSET_TAG); in dvmCompilerAssembleLIR()
792 chainCellOffsetLIR->operands[0] = chainCellOffset - 4; in dvmCompilerAssembleLIR()
838 chainCellOffsetLIR->operands[0] = CHAIN_CELL_OFFSET_TAG; in dvmCompilerAssembleLIR()
/dalvik/vm/compiler/codegen/arm/
DAssemble.cpp1393 ArmLIR *chainCellOffsetLIR = NULL; in dvmCompilerAssembleLIR() local
1404 chainCellOffsetLIR = (ArmLIR *) cUnit->chainCellOffsetLIR; in dvmCompilerAssembleLIR()
1405 assert(chainCellOffsetLIR); in dvmCompilerAssembleLIR()
1407 assert(chainCellOffsetLIR->opcode == kArm16BitData && in dvmCompilerAssembleLIR()
1408 chainCellOffsetLIR->operands[0] == CHAIN_CELL_OFFSET_TAG); in dvmCompilerAssembleLIR()
1414 chainCellOffsetLIR->operands[0] = chainCellOffset - 4; in dvmCompilerAssembleLIR()
1460 chainCellOffsetLIR->operands[0] = CHAIN_CELL_OFFSET_TAG; in dvmCompilerAssembleLIR()
/dalvik/vm/compiler/codegen/arm/Thumb/
DGen.cpp56 cUnit->chainCellOffsetLIR = in genTraceProfileEntry()
/dalvik/vm/compiler/codegen/mips/Mips32/
DGen.cpp54 cUnit->chainCellOffsetLIR = in genTraceProfileEntry()
/dalvik/vm/compiler/codegen/arm/Thumb2/
DGen.cpp53 cUnit->chainCellOffsetLIR = in genTraceProfileEntry()