Searched refs:FakePushFunctionData (Results 1 – 4 of 4) sorted by relevance
| /system/unwinding/libunwindstack/tests/ |
| D | UnwinderTest.cpp | 199 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 200 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame1", 1)); in TEST_F() 201 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame2", 2)); in TEST_F() 269 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 270 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame1", 1)); in TEST_F() 271 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame2", 2)); in TEST_F() 340 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 372 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 404 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 437 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() [all …]
|
| D | ElfFake.h | 91 static void FakePushFunctionData(const FunctionData data) { functions_.push_back(data); } in FakePushFunctionData() function
|
| D | MapInfoTest.cpp | 140 interface->FakePushFunctionData(FunctionData("function", 1000)); in TEST()
|
| /system/unwinding/libunwindstack/tests/fuzz/ |
| D | UnwinderComponentCreator.cpp | 73 ElfInterfaceFake::FakePushFunctionData(FunctionData(func_name, i)); in ElfPushFakeFunctionData()
|