Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h1298 virtual void BadInstruction(uint64_t offset, CallFrameInfo::EntryKind kind,
Ddwarf2reader_cfi_unittest.cc136 MOCK_METHOD3(BadInstruction, void(uint64_t, CallFrameInfo::EntryKind,
180 EXPECT_CALL(reporter, BadInstruction(_, _, _)).Times(0); in CFIFixture()
2430 TEST_F(CFIReporter, BadInstruction) { in TEST_F() argument
2431 reporter.BadInstruction(0x0123456789abcdefULL, CallFrameInfo::kFDE, in TEST_F()
Ddwarf2reader.cc2132 reporter_->BadInstruction(entry_->offset, entry_->kind, CursorOffset()); in DoInstruction()
2773 void CallFrameInfo::Reporter::BadInstruction(uint64_t offset, in BadInstruction() function in dwarf2reader::CallFrameInfo::Reporter