Searched refs:stats_addr_reg (Results 1 – 2 of 2) sorted by relevance
3452 void Assembler::IncrementAllocationStats(Register stats_addr_reg, in IncrementAllocationStats() argument3455 ASSERT(stats_addr_reg != kNoRegister); in IncrementAllocationStats()3456 ASSERT(stats_addr_reg != TMP); in IncrementAllocationStats()3461 const Address& count_address = Address(stats_addr_reg, count_field_offset); in IncrementAllocationStats()3468 void Assembler::IncrementAllocationStatsWithSize(Register stats_addr_reg, in IncrementAllocationStatsWithSize() argument3471 ASSERT(stats_addr_reg != kNoRegister); in IncrementAllocationStatsWithSize()3472 ASSERT(stats_addr_reg != TMP); in IncrementAllocationStatsWithSize()3479 const Address& count_address = Address(stats_addr_reg, count_field_offset); in IncrementAllocationStatsWithSize()3480 const Address& size_address = Address(stats_addr_reg, size_field_offset); in IncrementAllocationStatsWithSize()
1149 void IncrementAllocationStatsWithSize(Register stats_addr_reg,