Searched refs:stats_addr_reg (Results 1 – 2 of 2) sorted by relevance
3219 void Assembler::IncrementAllocationStats(Register stats_addr_reg, intptr_t cid, in IncrementAllocationStats() argument3221 ASSERT(stats_addr_reg != kNoRegister); in IncrementAllocationStats()3222 ASSERT(stats_addr_reg != TMP); in IncrementAllocationStats()3228 const Address &count_address = Address(stats_addr_reg, count_field_offset); in IncrementAllocationStats()3234 void Assembler::IncrementAllocationStatsWithSize(Register stats_addr_reg, in IncrementAllocationStatsWithSize() argument3237 ASSERT(stats_addr_reg != kNoRegister); in IncrementAllocationStatsWithSize()3238 ASSERT(stats_addr_reg != TMP); in IncrementAllocationStatsWithSize()3247 const Address &count_address = Address(stats_addr_reg, count_field_offset); in IncrementAllocationStatsWithSize()3248 const Address &size_address = Address(stats_addr_reg, size_field_offset); in IncrementAllocationStatsWithSize()
1091 void IncrementAllocationStatsWithSize(Register stats_addr_reg,