Searched refs:StepData (Results 1 – 5 of 5) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | UnwinderTest.cpp | 201 ElfInterfaceFake::FakePushStepData(StepData(0x1104, 0x10010, false)); in TEST_F() 202 ElfInterfaceFake::FakePushStepData(StepData(0x1204, 0x10020, false)); in TEST_F() 203 ElfInterfaceFake::FakePushStepData(StepData(0, 0, true)); in TEST_F() 271 ElfInterfaceFake::FakePushStepData(StepData(0x1104, 0x10010, false)); in TEST_F() 272 ElfInterfaceFake::FakePushStepData(StepData(0x1204, 0x10020, false)); in TEST_F() 273 ElfInterfaceFake::FakePushStepData(StepData(0, 0, true)); in TEST_F() 340 ElfInterfaceFake::FakePushStepData(StepData(0, 0, true)); in TEST_F() 372 ElfInterfaceFake::FakePushStepData(StepData(0, 0, true)); in TEST_F() 404 ElfInterfaceFake::FakePushStepData(StepData(0, 0, true)); in TEST_F() 441 ElfInterfaceFake::FakePushStepData(StepData(0x1000, 0x10000, true)); in TEST_F() [all …]
|
D | ElfFake.h | 35 struct StepData { struct 36 StepData(uint64_t pc, uint64_t sp, bool finished) : pc(pc), sp(sp), finished(finished) {} in StepData() function 91 static void FakePushStepData(const StepData data) { steps_.push_back(data); } in FakePushStepData() 119 static std::deque<StepData> steps_;
|
D | ElfFake.cpp | 34 std::deque<StepData> ElfInterfaceFake::steps_;
|
/system/unwinding/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.h | 52 using unwindstack::StepData;
|
D | UnwinderComponentCreator.cpp | 91 ElfInterfaceFake::FakePushStepData(StepData(pc, sp, finished)); in ElfPushFakeStepData()
|