Home
last modified time | relevance | path

Searched refs:stats_addr_reg (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc3219 void Assembler::IncrementAllocationStats(Register stats_addr_reg, intptr_t cid, in IncrementAllocationStats() argument
3221 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() argument
3237 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()
Dassembler_arm.h1091 void IncrementAllocationStatsWithSize(Register stats_addr_reg,