/system/core/libunwindstack/tests/ |
D | DwarfOpTest.cpp | 56 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P() 63 ASSERT_EQ(DWARF_ERROR_NONE, this->op_->LastErrorCode()); in TYPED_TEST_P() 71 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P() 89 ASSERT_EQ(DWARF_ERROR_NONE, this->op_->LastErrorCode()); in TYPED_TEST_P() 101 ASSERT_EQ(DWARF_ERROR_TOO_MANY_ITERATIONS, this->op_->LastErrorCode()); in TYPED_TEST_P() 116 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P() 161 ASSERT_EQ(DWARF_ERROR_NOT_IMPLEMENTED, this->op_->LastErrorCode()); in TYPED_TEST_P() 199 ASSERT_EQ(DWARF_ERROR_STACK_INDEX_NOT_VALID, this->op_->LastErrorCode()); in TYPED_TEST_P() 209 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P() 219 ASSERT_EQ(DWARF_ERROR_STACK_INDEX_NOT_VALID, this->op_->LastErrorCode()); in TYPED_TEST_P() [all …]
|
D | ElfInterfaceArmTest.cpp | 268 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F() 282 EXPECT_EQ(ERROR_MEMORY_INVALID, interface.LastErrorCode()); in TEST_F() 288 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F() 293 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F() 303 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F() 308 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F() 330 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode()); in TEST_F() 354 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode()); in TEST_F() 377 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode()); in TEST_F() 404 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode()); in TEST_F() [all …]
|
D | DwarfSectionImplTest.cpp | 77 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P() 82 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P() 88 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P() 93 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P() 109 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P() 126 EXPECT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->section_->LastErrorCode()); in TYPED_TEST_P() 144 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P() 178 EXPECT_EQ(DWARF_ERROR_NOT_IMPLEMENTED, this->section_->LastErrorCode()); in TYPED_TEST_P() 188 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P() 198 EXPECT_EQ(DWARF_ERROR_CFA_NOT_DEFINED, this->section_->LastErrorCode()); in TYPED_TEST_P() [all …]
|
D | DwarfDebugFrameTest.cpp | 478 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P() 485 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P() 493 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P() 500 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P() 508 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P() 516 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P() 524 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P() 532 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P() 540 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P() 548 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P() [all …]
|
D | UnwinderTest.cpp | 166 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 231 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 291 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 321 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 351 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 382 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 419 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 452 EXPECT_EQ(ERROR_MAX_FRAMES_EXCEEDED, unwinder.LastErrorCode()); in TEST_F() 495 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 557 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() [all …]
|
D | DwarfEhFrameWithHdrTest.cpp | 101 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 108 ASSERT_EQ(DWARF_ERROR_NO_FDES, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 114 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 117 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 226 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 229 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 300 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 340 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
|
D | DwarfCfaTest.cpp | 81 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->cfa_->LastErrorCode()); in TYPED_TEST_P() 201 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P() 230 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P() 597 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P() 640 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P() 682 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
|
/system/core/libunwindstack/include/unwindstack/ |
D | LocalUnwinder.h | 73 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
|
D | Unwinder.h | 116 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
|
D | DwarfSection.h | 86 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
|
D | ElfInterface.h | 97 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
|
/system/core/libunwindstack/ |
D | DwarfOp.h | 62 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
|
D | DwarfCfa.h | 84 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
|
D | Elf.cpp | 161 return interface_->LastErrorCode(); in GetLastErrorCode()
|
D | ElfInterface.cpp | 495 DwarfErrorCode code = section->LastErrorCode(); in Step()
|
/system/core/libbacktrace/ |
D | UnwindStack.cpp | 63 switch (unwinder.LastErrorCode()) { in Unwind()
|
/system/extras/simpleperf/ |
D | OfflineUnwinder.cpp | 257 switch (unwinder.LastErrorCode()) { in UnwindCallChain()
|