Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h1017 virtual void BadInstruction(uint64 offset, CallFrameInfo::EntryKind kind,
Ddwarf2reader_cfi_unittest.cc133 MOCK_METHOD3(BadInstruction, void(uint64, CallFrameInfo::EntryKind, uint64));
175 EXPECT_CALL(reporter, BadInstruction(_, _, _)).Times(0); in CFIFixture()
2298 TEST_F(CFIReporter, BadInstruction) { in TEST_F() argument
2299 reporter.BadInstruction(0x0123456789abcdefULL, CallFrameInfo::kFDE, in TEST_F()
Ddwarf2reader.cc1700 reporter_->BadInstruction(entry_->offset, entry_->kind, CursorOffset()); in DoInstruction()
2301 void CallFrameInfo::Reporter::BadInstruction(uint64 offset, in BadInstruction() function in dwarf2reader::CallFrameInfo::Reporter