Searched refs:JitTraceCounter_t (Results 1 – 5 of 5) sorted by relevance
114 typedef s4 JitTraceCounter_t; typedef118 JitTraceCounter_t *buckets[JIT_PROF_BLOCK_BUCKETS];170 JitTraceCounter_t *dvmJitNextTraceCounter(void);
1395 0, sizeof(JitTraceCounter_t) * JIT_PROF_BLOCK_ENTRIES); in dvmJitResetTable()1413 JitTraceCounter_t *dvmJitNextTraceCounter() in dvmJitNextTraceCounter()1417 JitTraceCounter_t *res; in dvmJitNextTraceCounter()1420 JitTraceCounter_t *p = in dvmJitNextTraceCounter()1421 (JitTraceCounter_t*) calloc(JIT_PROF_BLOCK_ENTRIES, sizeof(*p)); in dvmJitNextTraceCounter()
637 static inline JitTraceCounter_t getProfileCount(const JitEntry *entry) in getProfileCount()643 JitTraceCounter_t **p = (JitTraceCounter_t **) getTraceBase(entry); in getProfileCount()655 JitTraceCounter_t **p = (JitTraceCounter_t **) getTraceBase(entry); in resetProfileCount()1398 JitTraceCounter_t count = getProfileCount(p); in dumpTraceProfile()1481 JitTraceCounter_t count1 = getProfileCount(jitEntry1); in sortTraceProfileCount()1482 JitTraceCounter_t count2 = getProfileCount(jitEntry2); in sortTraceProfileCount()
1252 static inline JitTraceCounter_t getProfileCount(const JitEntry *entry) in getProfileCount()1258 JitTraceCounter_t **p = (JitTraceCounter_t **) getTraceBase(entry); in getProfileCount()1270 JitTraceCounter_t **p = (JitTraceCounter_t **) getTraceBase(entry); in resetProfileCount()2026 JitTraceCounter_t count = getProfileCount(p); in dumpTraceProfile()2109 JitTraceCounter_t count1 = getProfileCount(jitEntry1); in sortTraceProfileCount()2110 JitTraceCounter_t count2 = getProfileCount(jitEntry2); in sortTraceProfileCount()
220 JitTraceCounter_t count1 = getProfileCount(jitEntry1); in sortTraceProfileCount()221 JitTraceCounter_t count2 = getProfileCount(jitEntry2); in sortTraceProfileCount()