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

  /dalvik/vm/compiler/
CompilerIR.h 74 typedef struct ChainCellCounts {
79 } ChainCellCounts;
  /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/arm/
Assemble.cpp     [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 498 ChainCellCounts *pChainCellCounts =
499 (ChainCellCounts*)((char*)codeAddr + chainCellCountOffset);
    [all...]

Completed in 55 milliseconds