Searched refs:FakePushFunctionData (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | UnwinderTest.cpp | 197 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 198 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame1", 1)); in TEST_F() 199 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame2", 2)); in TEST_F() 262 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 263 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame1", 1)); in TEST_F() 264 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame2", 2)); in TEST_F() 328 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 359 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 390 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 421 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() [all …]
|
H A D | MapInfoTest.cpp | 65 interface->FakePushFunctionData(FunctionData("function", 1000)); in TEST()
|
H A D | ElfFake.h | 91 static void FakePushFunctionData(const FunctionData data) { functions_.push_back(data); } in FakePushFunctionData() function
|
/aosp12/system/unwinding/libunwindstack/tests/fuzz/ |
H A D | UnwinderComponentCreator.cpp | 81 ElfInterfaceFake::FakePushFunctionData(FunctionData(func_name, i)); in ElfPushFakeFunctionData()
|