Searched refs:special_row (Results 1 – 2 of 2) sorted by relevance
331 std::vector<std::pair<std::string, uint64_t>> special_row; in dump_registers() local343 regs->IterateRegisters([log, ¤t_row, &special_row](const char* name, uint64_t value) { in dump_registers()347 row = &special_row; in dump_registers()363 print_register_row(log, special_row); in dump_registers()
103 std::vector<std::pair<std::string, uint64_t>> special_row; in print_thread_registers() local132 row = &special_row; in print_thread_registers()146 print_register_row(callback, word_size, special_row, should_log); in print_thread_registers()