Searched refs:locationReference (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/debugger/value/value_nodes/
H A DCStringValueNode.cpp105 BReference<ValueLocation> locationReference(stringLocation, true);
117 _location = locationReference.Detach();
/haiku/src/kits/debugger/jobs/
H A DResolveValueNodeJob.cpp168 BReference<ValueLocation> locationReference(location, true);
191 BReference<ValueLocation> locationReference(location, true);
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp790 BReference<ValueLocation> locationReference(location);
909 BReference<ValueLocation> locationReference(location, true);
985 _location = locationReference.Detach();
1157 BReference<ValueLocation> locationReference(location, true);
1177 _location = locationReference.Detach();
1196 _location = locationReference.Detach();
H A DDwarfStackFrameDebugInfo.cpp335 BReference<ValueLocation> locationReference(location, true);
H A DDwarfImageDebugInfo.cpp1264 BReference<ValueLocation> locationReference(location, true);
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp743 BReference<ValueLocation> locationReference(location,
771 _location = locationReference.Detach();
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp828 BReference<ValueLocation> locationReference(location,
846 _location = locationReference.Detach();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp3288 BReference<ValueLocation> locationReference; local
3298 locationReference.SetTo(location, true);
3313 locationReference.SetTo(location);
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1957 BReference<ValueLocation> locationReference(location, true);

Completed in 77 milliseconds