Searched refs:BadInstruction (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.h | 1017 virtual void BadInstruction(uint64 offset, CallFrameInfo::EntryKind kind,
|
D | dwarf2reader_cfi_unittest.cc | 133 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()
|
D | dwarf2reader.cc | 1700 reporter_->BadInstruction(entry_->offset, entry_->kind, CursorOffset()); in DoInstruction() 2301 void CallFrameInfo::Reporter::BadInstruction(uint64 offset, in BadInstruction() function in dwarf2reader::CallFrameInfo::Reporter
|