/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 | 78 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P() 83 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P() 89 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P() 94 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P() 110 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P() 127 EXPECT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->section_->LastErrorCode()); in TYPED_TEST_P() 145 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P() 179 EXPECT_EQ(DWARF_ERROR_NOT_IMPLEMENTED, this->section_->LastErrorCode()); in TYPED_TEST_P() 189 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P() 199 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 | 170 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 235 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 295 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 325 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 355 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 386 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 423 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 456 EXPECT_EQ(ERROR_MAX_FRAMES_EXCEEDED, unwinder.LastErrorCode()); in TEST_F() 499 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() 561 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F() [all …]
|
D | DwarfEhFrameWithHdrTest.cpp | 91 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 98 ASSERT_EQ(DWARF_ERROR_NO_FDES, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 104 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 107 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 322 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 325 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 396 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P() 436 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
|
D | DwarfCfaTest.cpp | 83 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->cfa_->LastErrorCode()); in TYPED_TEST_P() 203 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P() 232 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P() 599 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P() 642 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P() 684 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P() 962 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, 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 | 114 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
|
D | DwarfSection.h | 87 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
|
D | ElfInterface.h | 103 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 | 88 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
|
D | Elf.cpp | 165 return interface_->LastErrorCode(); in GetLastErrorCode()
|
D | ElfInterface.cpp | 538 DwarfErrorCode code = section->LastErrorCode(); in Step()
|
/system/core/libbacktrace/ |
D | UnwindStack.cpp | 64 switch (unwinder.LastErrorCode()) { in Unwind()
|
/system/extras/simpleperf/ |
D | OfflineUnwinder.cpp | 293 switch (unwinder.LastErrorCode()) { in UnwindCallChain()
|