Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc3461 const Address& count_address = Address(stats_addr_reg, count_field_offset); in IncrementAllocationStats() local
3462 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() local
3481 ldr(TMP, count_address); in IncrementAllocationStatsWithSize()
3483 str(TMP, count_address); in IncrementAllocationStatsWithSize()