MCPcopy Create free account
hub / github.com/bloomberg/pystack / getFieldRemoteAddress

Method getFieldRemoteAddress

src/pystack/_pystack/structure.h:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66template<typename OffsetsStruct>
67template<typename FieldPointer>
68inline remote_addr_t
69Structure<OffsetsStruct>::getFieldRemoteAddress(FieldPointer OffsetsStruct::*field) const
70{
71 offset_t offset = (d_manager->offsets().get<OffsetsStruct>().*field).offset;
72 return d_addr + offset;
73}
74
75template<typename OffsetsStruct>
76template<typename FieldPointer>

Callers 11

getCodeMethod · 0.80
resolveLocalVariablesMethod · 0.80
TupleObjectMethod · 0.80
LongObjectMethod · 0.80
getDictEntriesFunction · 0.80
loadFromPython3Method · 0.80
calculateGCStatusMethod · 0.80
getLocationInfoFunction · 0.80
getStringFromAddressMethod · 0.80
getBytesFromAddressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected