HomeSort by relevance Sort by last modified time
    Searched refs:ptr_encoding_ (Results 1 - 3 of 3) sorted by null

  /system/core/libunwindstack/
DwarfEhFrameWithHdr.h 64 uint8_t ptr_encoding_; member in class:unwindstack::DwarfEhFrameWithHdr
DwarfEhFrameWithHdr.cpp 51 ptr_encoding_ = data[1];
57 if (!memory_.template ReadEncodedValue<AddressType>(ptr_encoding_, &ptr_offset_)) {
  /system/core/libunwindstack/tests/
DwarfEhFrameWithHdrTest.cpp 51 uint8_t TestGetPtrEncoding() { return this->ptr_encoding_; }

Completed in 74 milliseconds