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

  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp 661 static inline ChainCellCounts* getChainCellCountsPointer(const char *base)
666 return (ChainCellCounts *) ((char *) chainCellOffsetP + chainCellOffset);
670 static inline u4 getChainCellSize(const ChainCellCounts* pChainCellCounts)
691 ChainCellCounts* pCellCounts = getChainCellCountsPointer(base);
    [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 507 ChainCellCounts *pChainCellCounts =
508 (ChainCellCounts*)((char*)codeAddr + chainCellCountOffset);
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]

Completed in 345 milliseconds