Searched refs:AddrTable_RA_EOSTCK (Results 1 – 2 of 2) sorted by relevance
287 static unsigned long *AddrTable_RA_EOSTCK = NULL; // Cache for RA_EOSTCK pcs variable437 sz = ValTableSize * sizeof (*AddrTable_RA_EOSTCK); in __collector_ext_unwind_init()438 AddrTable_RA_EOSTCK = (unsigned long*) __collector_allocCSize (__collector_heap, sz, 1); in __collector_ext_unwind_init()1613 if (NULL == AddrTable_RA_EOSTCK) in cache_get()1616 addr = AddrTable_RA_EOSTCK[ idx ]; in cache_get()1636 if (NULL != AddrTable_RA_EOSTCK) in cache_put()1637 if (AddrTable_RA_EOSTCK[ idx ] == wctx->pc) in cache_put()1639 AddrTable_RA_EOSTCK[ idx ] = 0; in cache_put()1646 if (NULL != AddrTable_RA_EOSTCK) in cache_put()1649 AddrTable_RA_EOSTCK[ idx ] = wctx->pc; in cache_put()
291 static unsigned long *AddrTable_RA_EOSTCK = NULL; // Cache for RA_EOSTCK pcs variable441 sz = ValTableSize * sizeof (*AddrTable_RA_EOSTCK); in __collector_ext_unwind_init()442 AddrTable_RA_EOSTCK = (unsigned long*) __collector_allocCSize (__collector_heap, sz, 1); in __collector_ext_unwind_init()1619 if (NULL == AddrTable_RA_EOSTCK) in cache_get()1622 addr = AddrTable_RA_EOSTCK[ idx ]; in cache_get()1642 if (NULL != AddrTable_RA_EOSTCK) in cache_put()1643 if (AddrTable_RA_EOSTCK[ idx ] == wctx->pc) in cache_put()1645 AddrTable_RA_EOSTCK[ idx ] = 0; in cache_put()1652 if (NULL != AddrTable_RA_EOSTCK) in cache_put()1655 AddrTable_RA_EOSTCK[ idx ] = wctx->pc; in cache_put()