Searched refs:VALUE_PIECE_LOCATION_REGISTER (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/value/
H A DValueWriter.cpp54 if (piece.type == VALUE_PIECE_LOCATION_REGISTER) {
92 case VALUE_PIECE_LOCATION_REGISTER:
H A DValueLoader.cpp56 case VALUE_PIECE_LOCATION_REGISTER:
163 case VALUE_PIECE_LOCATION_REGISTER:
/haiku/headers/private/debugger/types/
H A DValueLocation.h23 VALUE_PIECE_LOCATION_REGISTER, // piece is in a register enumerator in enum:value_piece_location_type
109 type = VALUE_PIECE_LOCATION_REGISTER;
/haiku/src/kits/debugger/types/
H A DValueLocation.cpp35 case VALUE_PIECE_LOCATION_REGISTER:
297 case VALUE_PIECE_LOCATION_REGISTER:
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp403 if (piece.type == VALUE_PIECE_LOCATION_REGISTER) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1565 case VALUE_PIECE_LOCATION_REGISTER:

Completed in 100 milliseconds