Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.cc1124 registers_[code].NotifyRegisterLogged(); in PrintRegister()
1296 vregisters_[code].NotifyRegisterLogged(); in PrintVRegister()
1359 registers_[reg_code].NotifyRegisterLogged(); in PrintRead()
1371 vregisters_[reg_code].NotifyRegisterLogged(); in PrintVRead()
Dsimulator-arm64.h362 void NotifyRegisterLogged() { written_since_last_log_ = false; } in NotifyRegisterLogged() function
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc721 registers_[code].NotifyRegisterLogged(); in PrintRegister()
879 vregisters_[code].NotifyRegisterLogged(); in PrintVRegister()
951 registers_[reg_code].NotifyRegisterLogged(); in PrintRead()
969 vregisters_[reg_code].NotifyRegisterLogged(); in PrintVRead()
Dsimulator-aarch64.h145 void NotifyRegisterLogged() { written_since_last_log_ = false; } in NotifyRegisterLogged() function