Searched refs:EndCompilationUnit (Results 1 - 6 of 6) sorted by relevance

/external/google-breakpad/src/common/
H A Dstabs_to_module_unittest.cc54 EXPECT_TRUE(h.EndCompilationUnit(0xfee4abbed390c3a4LL));
119 EXPECT_TRUE(h.EndCompilationUnit(0));
150 EXPECT_TRUE(h.EndCompilationUnit(0)); // unknown CU end address
153 EXPECT_TRUE(h.EndCompilationUnit(0));
199 EXPECT_TRUE(h.EndCompilationUnit(0));
233 // The StartCompilationUnit and EndCompilationUnit calls may both have an
238 EXPECT_TRUE(h.EndCompilationUnit(0));
H A Dstabs_reader_unittest.cc221 MOCK_METHOD1(EndCompilationUnit, bool(uint64_t));
317 EXPECT_CALL(mock_handler, EndCompilationUnit(0xd04b7448U))
322 EXPECT_CALL(mock_handler, EndCompilationUnit(0x11cfe4b5U))
340 EXPECT_CALL(mock_handler, EndCompilationUnit(0))
364 EXPECT_CALL(mock_handler, EndCompilationUnit(0))
397 EXPECT_CALL(mock_handler, EndCompilationUnit(0))
402 EXPECT_CALL(mock_handler, EndCompilationUnit(0))
436 EXPECT_CALL(mock_handler, EndCompilationUnit(0x80b0014cU))
445 EXPECT_CALL(mock_handler, EndCompilationUnit(0xbffff983U))
471 EXPECT_CALL(mock_handler, EndCompilationUnit(
[all...]
H A Dstabs_to_module.h78 bool EndCompilationUnit(uint64_t address);
118 // StartCompilationUnit call, but no matching EndCompilationUnit call
H A Dstabs_reader.h284 virtual bool EndCompilationUnit(uint64_t address) { return true; } function in class:google_breakpad::StabsHandler
H A Dstabs_to_module.cc79 bool StabsToModule::EndCompilationUnit(uint64_t address) { function in class:google_breakpad::StabsToModule
H A Dstabs_reader.cc213 if (! handler_->EndCompilationUnit(ending_address))

Completed in 142 milliseconds