Symbol: ValueLocation
headers/private/debugger/arch/Architecture.h
138
ValueLocation*& _location) = 0;
headers/private/debugger/arch/Architecture.h
34
class ValueLocation;
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
37
class ValueLocation;
headers/private/debugger/debug_info/StackFrameDebugInfo.h
21
class ValueLocation;
headers/private/debugger/model/StackFrameValueInfos.h
17
class ValueLocation;
headers/private/debugger/model/StackFrameValueInfos.h
29
Type** _type, ValueLocation** _location)
headers/private/debugger/model/StackFrameValueInfos.h
34
Type** _type, ValueLocation** _location)
headers/private/debugger/model/StackFrameValueInfos.h
43
ValueLocation* location);
headers/private/debugger/model/StackFrameValueInfos.h
64
Type** _type, ValueLocation** _location) const
headers/private/debugger/model/SyntheticPrimitiveType.h
28
const ValueLocation& objectLocation,
headers/private/debugger/model/SyntheticPrimitiveType.h
29
ValueLocation*& _location);
headers/private/debugger/model/SyntheticPrimitiveType.h
32
ValueLocation*& _location);
headers/private/debugger/model/Type.h
156
const ValueLocation& objectLocation,
headers/private/debugger/model/Type.h
157
ValueLocation*& _location) = 0;
headers/private/debugger/model/Type.h
161
ValueLocation*& _location) = 0;
headers/private/debugger/model/Type.h
194
const ValueLocation& parentLocation,
headers/private/debugger/model/Type.h
195
ValueLocation*& _location) = 0;
headers/private/debugger/model/Type.h
198
const ValueLocation& parentLocation,
headers/private/debugger/model/Type.h
199
ValueLocation*& _location) = 0;
headers/private/debugger/model/Type.h
279
const ValueLocation& parentLocation,
headers/private/debugger/model/Type.h
280
ValueLocation*& _location) = 0;
headers/private/debugger/model/Type.h
66
class ValueLocation;
headers/private/debugger/model/Variable.h
17
class ValueLocation;
headers/private/debugger/model/Variable.h
23
Type* type, ValueLocation* location,
headers/private/debugger/model/Variable.h
30
ValueLocation* Location() const { return fLocation; }
headers/private/debugger/model/Variable.h
37
ValueLocation* fLocation;
headers/private/debugger/types/ValueLocation.h
145
class ValueLocation : public BReferenceable {
headers/private/debugger/types/ValueLocation.h
147
ValueLocation();
headers/private/debugger/types/ValueLocation.h
148
ValueLocation(bool bigEndian);
headers/private/debugger/types/ValueLocation.h
149
ValueLocation(bool bigEndian,
headers/private/debugger/types/ValueLocation.h
152
ValueLocation(const ValueLocation& other);
headers/private/debugger/types/ValueLocation.h
154
bool SetToByteOffset(const ValueLocation& other,
headers/private/debugger/types/ValueLocation.h
157
bool SetTo(const ValueLocation& other,
headers/private/debugger/types/ValueLocation.h
171
ValueLocation& operator=(const ValueLocation& other);
headers/private/debugger/value/ValueNode.h
109
ValueLocation*& _location) = 0;
headers/private/debugger/value/ValueNode.h
123
ValueLocation* Location() const;
headers/private/debugger/value/ValueNode.h
125
void SetLocation(ValueLocation* location,
headers/private/debugger/value/ValueNode.h
131
ValueLocation* fLocation;
headers/private/debugger/value/ValueNode.h
19
class ValueLocation;
headers/private/debugger/value/ValueNode.h
41
ValueLocation*& _location,
headers/private/debugger/value/ValueNode.h
80
void SetLocationAndValue(ValueLocation* location,
headers/private/debugger/value/ValueNode.h
82
ValueLocation* Location() const { return fLocation; }
headers/private/debugger/value/ValueNode.h
89
ValueLocation* fLocation;
headers/private/debugger/value/value_nodes/AddressValueNode.h
27
ValueLocation*& _location,
headers/private/debugger/value/value_nodes/AddressValueNode.h
53
ValueLocation*& _location);
headers/private/debugger/value/value_nodes/ArrayValueNode.h
114
ValueLocation*& _location);
headers/private/debugger/value/value_nodes/ArrayValueNode.h
135
ValueLocation*& _location);
headers/private/debugger/value/value_nodes/ArrayValueNode.h
35
ValueLocation*& _location,
headers/private/debugger/value/value_nodes/BListValueNode.h
30
ValueLocation*& _location,
headers/private/debugger/value/value_nodes/BMessageValueNode.h
127
ValueLocation*& _location);
headers/private/debugger/value/value_nodes/BMessageValueNode.h
29
ValueLocation*& _location,
headers/private/debugger/value/value_nodes/BMessageValueNode.h
50
ValueLocation& location) const;
headers/private/debugger/value/value_nodes/BMessageValueNode.h
90
ValueLocation *& _location,
headers/private/debugger/value/value_nodes/CStringValueNode.h
25
ValueLocation*& _location,
headers/private/debugger/value/value_nodes/CompoundValueNode.h
28
ValueLocation*& _location,
headers/private/debugger/value/value_nodes/EnumerationValueNode.h
25
ValueLocation*& _location,
headers/private/debugger/value/value_nodes/ExpressionValueNode.h
26
ValueLocation*& _location,
headers/private/debugger/value/value_nodes/ExpressionValueNode.h
48
ValueLocation*& _location);
headers/private/debugger/value/value_nodes/PointerToMemberValueNode.h
26
ValueLocation*& _location,
headers/private/debugger/value/value_nodes/PrimitiveValueNode.h
25
ValueLocation*& _location,
headers/private/debugger/value/value_nodes/VariableValueNodeChild.h
27
ValueLocation*& _location);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1437
ValueLocation* location = node->NodeChild()->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1554
ValueLocation* location = child->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2147
ValueLocation* location = node->NodeChild()->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2457
ValueLocation* location = child->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2645
ValueLocation* location = node->NodeChild()->Location();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3284
ValueLocation* location = NULL;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3287
BReference<ValueLocation> locationReference;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3294
location = new(std::nothrow) ValueLocation();
src/apps/debugger/user_interface/gui/team_window/VariablesView.h
25
class ValueLocation;
src/kits/debugger/arch/x86/ArchitectureX86.cpp
731
target_size_t valueSize, ValueLocation*& _location)
src/kits/debugger/arch/x86/ArchitectureX86.cpp
739
ValueLocation* location = new(std::nothrow) ValueLocation(
src/kits/debugger/arch/x86/ArchitectureX86.cpp
743
BReference<ValueLocation> locationReference(location,
src/kits/debugger/arch/x86/ArchitectureX86.h
84
ValueLocation*& _location);
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
817
target_size_t valueSize, ValueLocation*& _location)
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
824
ValueLocation* location = new(std::nothrow) ValueLocation(
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
828
BReference<ValueLocation> locationReference(location,
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
85
ValueLocation*& _location);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1257
ValueLocation* location;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1263
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
282
DIEType* returnType, ValueLocation* location, CpuState* state,
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
330
ValueLocation* location = new(std::nothrow) ValueLocation(
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
334
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.h
63
ValueLocation* location,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
250
const ValueLocation& objectLocation, ValueLocation*& _location)
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
257
ValueLocation*& _location)
src/kits/debugger/debug_info/DwarfTypes.cpp
1038
const ValueLocation& parentLocation, ValueLocation*& _location)
src/kits/debugger/debug_info/DwarfTypes.cpp
1153
ValueLocation* location = new(std::nothrow) ValueLocation(
src/kits/debugger/debug_info/DwarfTypes.cpp
1157
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/debug_info/DwarfTypes.cpp
314
DwarfType::ResolveObjectDataLocation(const ValueLocation& objectLocation,
src/kits/debugger/debug_info/DwarfTypes.cpp
315
ValueLocation*& _location)
src/kits/debugger/debug_info/DwarfTypes.cpp
331
ValueLocation* location
src/kits/debugger/debug_info/DwarfTypes.cpp
332
= new(std::nothrow) ValueLocation(objectLocation);
src/kits/debugger/debug_info/DwarfTypes.cpp
347
ValueLocation* location = new(std::nothrow) ValueLocation(
src/kits/debugger/debug_info/DwarfTypes.cpp
361
ValueLocation*& _location)
src/kits/debugger/debug_info/DwarfTypes.cpp
371
ValueLocation location(fTypeContext->GetArchitecture()->IsBigEndian());
src/kits/debugger/debug_info/DwarfTypes.cpp
382
bool hasObjectAddress, ValueLocation& _location)
src/kits/debugger/debug_info/DwarfTypes.cpp
749
const ValueLocation& parentLocation, ValueLocation*& _location)
src/kits/debugger/debug_info/DwarfTypes.cpp
762
const ValueLocation& parentLocation, ValueLocation*& _location)
src/kits/debugger/debug_info/DwarfTypes.cpp
778
ValueLocation* location;
src/kits/debugger/debug_info/DwarfTypes.cpp
790
BReference<ValueLocation> locationReference(location);
src/kits/debugger/debug_info/DwarfTypes.cpp
845
ValueLocation* bitFieldLocation = new(std::nothrow) ValueLocation;
src/kits/debugger/debug_info/DwarfTypes.cpp
848
BReference<ValueLocation> bitFieldLocationReference(bitFieldLocation, true);
src/kits/debugger/debug_info/DwarfTypes.cpp
901
const ValueLocation& parentLocation, bool isBitField,
src/kits/debugger/debug_info/DwarfTypes.cpp
902
ValueLocation*& _location)
src/kits/debugger/debug_info/DwarfTypes.cpp
905
ValueLocation* location = new(std::nothrow) ValueLocation(
src/kits/debugger/debug_info/DwarfTypes.cpp
909
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/debug_info/DwarfTypes.h
125
const ValueLocation& objectLocation,
src/kits/debugger/debug_info/DwarfTypes.h
126
ValueLocation*& _location);
src/kits/debugger/debug_info/DwarfTypes.h
129
ValueLocation*& _location);
src/kits/debugger/debug_info/DwarfTypes.h
143
ValueLocation& _location);
src/kits/debugger/debug_info/DwarfTypes.h
306
const ValueLocation& parentLocation,
src/kits/debugger/debug_info/DwarfTypes.h
307
ValueLocation*& _location);
src/kits/debugger/debug_info/DwarfTypes.h
309
const ValueLocation& parentLocation,
src/kits/debugger/debug_info/DwarfTypes.h
310
ValueLocation*& _location);
src/kits/debugger/debug_info/DwarfTypes.h
331
const ValueLocation& parentLocation,
src/kits/debugger/debug_info/DwarfTypes.h
333
ValueLocation*& _location);
src/kits/debugger/debug_info/DwarfTypes.h
358
const ValueLocation& parentLocation,
src/kits/debugger/debug_info/DwarfTypes.h
359
ValueLocation*& _location);
src/kits/debugger/debug_info/DwarfTypes.h
43
class ValueLocation;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
166
ValueLocation& _location)
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
14
class ValueLocation;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
69
size_t size, ValueLocation& _location);
src/kits/debugger/dwarf/DwarfFile.cpp
807
target_addr_t relocationDelta, ValueLocation& _result)
src/kits/debugger/dwarf/DwarfFile.h
29
class ValueLocation;
src/kits/debugger/dwarf/DwarfFile.h
87
ValueLocation& _result);
src/kits/debugger/jobs/Jobs.h
38
class ValueLocation;
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
158
ValueLocation* location;
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
168
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
189
ValueLocation* location = NULL;
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
191
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/model/StackFrameValueInfos.cpp
134
ValueLocation** _location) const
src/kits/debugger/model/StackFrameValueInfos.cpp
165
Type* type, ValueLocation* location)
src/kits/debugger/model/StackFrameValueInfos.cpp
42
ValueLocation* location;
src/kits/debugger/model/StackFrameValueInfos.cpp
63
void SetInfo(Type* type, ValueLocation* location)
src/kits/debugger/model/SyntheticPrimitiveType.cpp
74
const ValueLocation& objectLocation, ValueLocation*& _location)
src/kits/debugger/model/SyntheticPrimitiveType.cpp
83
ValueLocation*& _location)
src/kits/debugger/model/Variable.cpp
16
ValueLocation* location, CpuState* state)
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1951
ValueLocation* location = new(std::nothrow) ValueLocation();
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1957
BReference<ValueLocation> locationReference(location, true);
src/kits/debugger/types/ValueLocation.cpp
215
ValueLocation::Clear()
src/kits/debugger/types/ValueLocation.cpp
223
ValueLocation::AddPiece(const ValuePieceLocation& piece)
src/kits/debugger/types/ValueLocation.cpp
243
ValueLocation::CountPieces() const
src/kits/debugger/types/ValueLocation.cpp
250
ValueLocation::PieceAt(int32 index) const
src/kits/debugger/types/ValueLocation.cpp
260
ValueLocation::SetPieceAt(int32 index, const ValuePieceLocation& piece)
src/kits/debugger/types/ValueLocation.cpp
269
ValueLocation&
src/kits/debugger/types/ValueLocation.cpp
270
ValueLocation::operator=(const ValueLocation& other)
src/kits/debugger/types/ValueLocation.cpp
279
ValueLocation::Dump() const
src/kits/debugger/types/ValueLocation.cpp
48
ValueLocation::ValueLocation()
src/kits/debugger/types/ValueLocation.cpp
56
ValueLocation::ValueLocation(bool bigEndian)
src/kits/debugger/types/ValueLocation.cpp
64
ValueLocation::ValueLocation(bool bigEndian, const ValuePieceLocation& piece)
src/kits/debugger/types/ValueLocation.cpp
72
ValueLocation::ValueLocation(const ValueLocation& other)
src/kits/debugger/types/ValueLocation.cpp
81
ValueLocation::SetToByteOffset(const ValueLocation& other, uint64 byteOffset,
src/kits/debugger/types/ValueLocation.cpp
96
ValueLocation::SetTo(const ValueLocation& other, uint64 bitOffset,
src/kits/debugger/value/ValueLoader.cpp
43
ValueLoader::LoadValue(ValueLocation* location, type_code valueType,
src/kits/debugger/value/ValueLoader.h
18
class ValueLocation;
src/kits/debugger/value/ValueLoader.h
32
status_t LoadValue(ValueLocation* location,
src/kits/debugger/value/ValueNode.cpp
104
ValueNode::SetLocationAndValue(ValueLocation* location, Value* value,
src/kits/debugger/value/ValueNode.cpp
214
ValueLocation*
src/kits/debugger/value/ValueNode.cpp
222
ValueNodeChild::SetLocation(ValueLocation* location, status_t resolutionState)
src/kits/debugger/value/ValueWriter.cpp
45
ValueWriter::WriteValue(ValueLocation* location, BVariant& value)
src/kits/debugger/value/ValueWriter.h
19
class ValueLocation;
src/kits/debugger/value/ValueWriter.h
34
status_t WriteValue(ValueLocation* location,
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
183
ValueLocation*& _location)
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
192
ValueLocation* location;
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
52
ValueLocation*& _location, Value*& _value)
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
55
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
293
ValueLocation*& _location)
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
296
ValueLocation* parentLocation = fParent->Location();
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
321
ValueLocation* location;
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
384
ValueLocation*& _location)
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
388
ValueLocation* parentLocation = fParent->Location();
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
63
ValueLocation*& _location, Value*& _value)
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
66
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/BListValueNode.cpp
111
ValueLocation*& _location);
src/kits/debugger/value/value_nodes/BListValueNode.cpp
144
ValueLoader* valueLoader, ValueLocation*& _location)
src/kits/debugger/value/value_nodes/BListValueNode.cpp
146
ValueLocation* location = new(std::nothrow) ValueLocation();
src/kits/debugger/value/value_nodes/BListValueNode.cpp
195
ValueLocation*& _location, Value*& _value)
src/kits/debugger/value/value_nodes/BListValueNode.cpp
198
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/BListValueNode.cpp
217
ValueLocation* memberLocation = NULL;
src/kits/debugger/value/value_nodes/BListValueNode.cpp
246
BReference<ValueLocation> locationRef(memberLocation, true);
src/kits/debugger/value/value_nodes/BListValueNode.cpp
262
BReference<ValueLocation> locationRef(memberLocation, true);
src/kits/debugger/value/value_nodes/BListValueNode.cpp
43
ValueLocation*& _location);
src/kits/debugger/value/value_nodes/BListValueNode.cpp
77
ValueLoader* valueLoader, ValueLocation*& _location)
src/kits/debugger/value/value_nodes/BListValueNode.cpp
80
ValueLocation* location = new(std::nothrow) ValueLocation();
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
143
ValueLocation*& _location, Value*& _value)
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
149
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
167
ValueLocation* memberLocation = NULL;
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
185
BReference<ValueLocation> locationRef(memberLocation, true);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
201
BReference<ValueLocation> locationRef(memberLocation, true);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
216
BReference<ValueLocation> locationRef(memberLocation, true);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
231
BReference<ValueLocation> locationRef(memberLocation, true);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
577
int32 index, ValueLocation& location) const
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
69
ValueLocation*& _location)
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
694
ValueLoader* loader, ValueLocation *& _location, Value*& _value)
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
71
ValueLocation* parentLocation = fParent->Location();
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
72
ValueLocation* location;
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
76
location = new ValueLocation();
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
778
ValueLoader* valueLoader, ValueLocation*& _location)
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
780
_location = new(std::nothrow)ValueLocation();
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
105
BReference<ValueLocation> locationReference(stringLocation, true);
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
48
ValueLocation*& _location, Value*& _value)
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
51
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
99
ValueLocation* stringLocation = new(std::nothrow) ValueLocation(
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
123
ValueLocation*& _location)
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
127
ValueLocation* parentLocation = fParent->Location();
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
131
ValueLocation* location;
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
180
ValueLocation*& _location, Value*& _value)
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
183
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
73
ValueLocation*& _location)
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
77
ValueLocation* parentLocation = fParent->Location();
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
81
ValueLocation* location;
src/kits/debugger/value/value_nodes/EnumerationValueNode.cpp
43
ValueLocation*& _location, Value*& _value)
src/kits/debugger/value/value_nodes/EnumerationValueNode.cpp
46
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/ExpressionValueNode.cpp
42
ValueLocation*& _location, Value*& _value)
src/kits/debugger/value/value_nodes/ExpressionValueNode.cpp
90
ValueLocation*& _location)
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
44
ValueLocation*& _location, Value*& _value)
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
47
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/PrimitiveValueNode.cpp
45
ValueLocation*& _location, Value*& _value)
src/kits/debugger/value/value_nodes/PrimitiveValueNode.cpp
48
ValueLocation* location = NodeChild()->Location();
src/kits/debugger/value/value_nodes/VariableValueNodeChild.cpp
51
ValueLocation*& _location)