HomeSort by relevance Sort by last modified time
    Searched refs:pChainCells (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 502 u1* pChainCells;
508 pChainCells = (u1 *)((char*)codeAddr + chainCellOffset);
549 pChainCells = (u1*) (((uint)pChainCells + 4)&(~0x03));
551 memset(pChainCells, 0, 4);
557 padding = (4 - ((u4)pChainCells & 3)) & 3;
558 pChainCells += padding;
559 predChainCell = (PredictedChainingCell *) pChainCells;
574 ALOGI("Jit Runtime: unchaining 0x%x", (int)pChainCells));
575 pChainCells += elemSize; /* Advance by a fixed number of bytes *
    [all...]
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp     [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]

Completed in 88 milliseconds