Searched defs:CursorOffset (Results 1 - 2 of 2) sorted by relevance
/external/vixl/src/vixl/ |
H A D | code-buffer.h | 49 ptrdiff_t CursorOffset() const { function in class:vixl::CodeBuffer
|
/external/google-breakpad/src/common/dwarf/ |
H A D | dwarf2reader.cc | 1290 uint64 CursorOffset() { return entry_->offset + (cursor_ - entry_->start); } function in class:CallFrameInfo::State 1520 reporter_->NoCFARule(entry_->offset, entry_->kind, CursorOffset()); 1654 CursorOffset()); 1660 CursorOffset()); 1700 reporter_->BadInstruction(entry_->offset, entry_->kind, CursorOffset()); 1718 reporter_->NoCFARule(entry_->offset, entry_->kind, CursorOffset()); 1733 reporter_->NoCFARule(entry_->offset, entry_->kind, CursorOffset()); 1742 reporter_->NoCFARule(entry_->offset, entry_->kind, CursorOffset()); 1752 reporter_->RestoreInCIE(entry_->offset, CursorOffset());
|
Completed in 456 milliseconds