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.cc3452 void Assembler::IncrementAllocationStats(Register stats_addr_reg, in IncrementAllocationStats() argument
3455 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() argument
3471 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()
Dassembler_arm.h1149 void IncrementAllocationStatsWithSize(Register stats_addr_reg,