Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DMemory.cpp191 const unsigned char* actual_base = static_cast<const unsigned char*>(raw_.data()) + addr; in Read() local
194 memcpy(dst, actual_base, actual_len); in Read()
262 const unsigned char* actual_base = static_cast<const unsigned char*>(data_) + addr; in Read() local
265 memcpy(dst, actual_base, actual_len); in Read()