Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DGlobal.h51 virtual bool ReadVariableData(uint64_t offset) = 0;
DJitDebug.h58 bool ReadVariableData(uint64_t ptr_offset) override;
DDexFiles.h63 bool ReadVariableData(uint64_t ptr_offset) override;
/system/core/libunwindstack/
DGlobal.cpp86 if (ptr != 0 && ReadVariableData(ptr)) { in FindAndReadVariable()
DDexFiles.cpp116 bool DexFiles::ReadVariableData(uint64_t ptr_offset) { in ReadVariableData() function in unwindstack::DexFiles
DJitDebug.cpp168 bool JitDebug::ReadVariableData(uint64_t ptr) { in ReadVariableData() function in unwindstack::JitDebug