Searched defs:codeAddr (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DCodegenInterface.cpp492 u4* dvmJitUnchain(void* codeAddr) argument
494 /* codeAddr is 4-byte aligned, so is chain cell count offset */
495 u2* pChainCellCountOffset = (u2*)((char*)codeAddr - 4);
499 (ChainCellCounts*)((char*)codeAddr + chainCellCountOffset);
500 u2* pChainCellOffset = (u2*)((char*)codeAddr - 2);
508 pChainCells = (u1 *)((char*)codeAddr + chainCellOffset);
1420 *pOffset = streamCountStart - streamMethodStart; /* from codeAddr */

Completed in 42 milliseconds