Home
last modified time | relevance | path

Searched refs:fDataLocation (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/debugger/value/value_nodes/
H A DBListValueNode.h61 BVariant fDataLocation; variable
H A DBMessageValueNode.h66 BVariant fDataLocation; variable
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp240 false, fDataLocation); in ResolvedLocationAndValue()
273 fDataLocation.SetTo(fieldAddress.ToUInt64() + fieldsSize); in ResolvedLocationAndValue()
303 error = valueLoader->LoadRawValue(fDataLocation, fHeader->data_size, in ResolvedLocationAndValue()
306 ", result: %s\n", fDataLocation.ToUInt64(), strerror(error)); in ResolvedLocationAndValue()
605 piece.SetToMemory(fDataLocation.ToUInt64() + offset); in _FindDataLocation()
H A DBListValueNode.cpp85 uint64 listAddress = fParent->fDataLocation.ToUInt64(); in ResolveLocation()
256 false, fDataLocation); in ResolvedLocationAndValue()