Home
last modified time | relevance | path

Searched refs:LastErrorCode (Results 1 – 17 of 17) sorted by relevance

/system/core/libunwindstack/tests/
DDwarfOpTest.cpp56 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 …]
DElfInterfaceArmTest.cpp268 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 …]
DDwarfSectionImplTest.cpp77 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 …]
DDwarfDebugFrameTest.cpp478 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 …]
DUnwinderTest.cpp166 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 …]
DDwarfEhFrameWithHdrTest.cpp101 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()
DDwarfCfaTest.cpp81 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/
DLocalUnwinder.h73 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
DUnwinder.h116 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
DDwarfSection.h86 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
DElfInterface.h97 ErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
/system/core/libunwindstack/
DDwarfOp.h62 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
DDwarfCfa.h84 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode() function
DElf.cpp161 return interface_->LastErrorCode(); in GetLastErrorCode()
DElfInterface.cpp495 DwarfErrorCode code = section->LastErrorCode(); in Step()
/system/core/libbacktrace/
DUnwindStack.cpp63 switch (unwinder.LastErrorCode()) { in Unwind()
/system/extras/simpleperf/
DOfflineUnwinder.cpp257 switch (unwinder.LastErrorCode()) { in UnwindCallChain()