Home | History | Annotate | Download | only in mips

Lines Matching defs:base

661 static inline ChainCellCounts* getChainCellCountsPointer(const char *base)
664 u4 *chainCellOffsetP = (u4 *) (base + PROF_COUNTER_ADDR_SIZE);
689 static JitTraceDescription* getTraceDescriptionPointer(const char *base)
691 ChainCellCounts* pCellCounts = getChainCellCountsPointer(base);
1242 const char *base = getTraceBase(trace);
1243 ChainCellCounts *pChainCellCounts = getChainCellCountsPointer(base);
1553 static void findClassPointersSingleTrace(char *base, void (*callback)(void *))
1556 ChainCellCounts *pChainCellCounts = getChainCellCountsPointer(base);
1592 JitTraceDescription *desc = getTraceDescriptionPointer(base);
1624 char *base = getTraceBase(entry);
1625 findClassPointersSingleTrace(base, callback);
1641 char *base = codeAddress - cUnit->headerSize;
1644 JitTraceDescription *desc = getTraceDescriptionPointer(base);
1681 * Register the base address so that if GC kicks in after the thread state
1686 gDvmJit.inflightBaseAddr = base;