Searched refs:count_address (Results 1 – 1 of 1) sorted by relevance
3461 const Address& count_address = Address(stats_addr_reg, count_field_offset); in IncrementAllocationStats() local3462 ldr(TMP, count_address); in IncrementAllocationStats()3464 str(TMP, count_address); in IncrementAllocationStats()3479 const Address& count_address = Address(stats_addr_reg, count_field_offset); in IncrementAllocationStatsWithSize() local3481 ldr(TMP, count_address); in IncrementAllocationStatsWithSize()3483 str(TMP, count_address); in IncrementAllocationStatsWithSize()