Searched refs:chainCellOffsetLIR (Results 1 – 6 of 6) sorted by relevance
214 LIR *chainCellOffsetLIR; member
771 MipsLIR *chainCellOffsetLIR = NULL; in dvmCompilerAssembleLIR() local782 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()
1393 ArmLIR *chainCellOffsetLIR = NULL; in dvmCompilerAssembleLIR() local1404 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()
56 cUnit->chainCellOffsetLIR = in genTraceProfileEntry()
54 cUnit->chainCellOffsetLIR = in genTraceProfileEntry()
53 cUnit->chainCellOffsetLIR = in genTraceProfileEntry()