Home
last modified time | relevance | path

Searched refs:ReadVariableData (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DGlobal.h51 virtual bool ReadVariableData(uint64_t offset) = 0;
/system/unwinding/libunwindstack/
DGlobal.cpp89 if (ReadVariableData(ptr)) { in FindAndReadVariable()
DGlobalDebugImpl.h128 bool ReadVariableData(uint64_t ptr) { return ReadDescriptor(ptr); } in ReadVariableData() function