Lines Matching defs:hw_index
1595 bool RegisterContextDarwin_arm::ClearHardwareBreakpoint(uint32_t hw_index) {
1600 if (hw_index < num_hw_points) {
1601 dbg.bcr[hw_index] = 0;
1605 // hw_index,
1606 // hw_index,
1607 // dbg.bvr[hw_index],
1608 // hw_index,
1609 // dbg.bcr[hw_index]);
1715 bool RegisterContextDarwin_arm::ClearHardwareWatchpoint(uint32_t hw_index) {
1720 if (hw_index < num_hw_points) {
1721 dbg.wcr[hw_index] = 0;
1725 // hw_index,
1726 // hw_index,
1727 // dbg.wvr[hw_index],
1728 // hw_index,
1729 // dbg.wcr[hw_index]);