Searched refs:FakePushFunctionData (Results 1 – 4 of 4) sorted by relevance
/system/core/libunwindstack/tests/ |
D | UnwinderTest.cpp | 158 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 159 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame1", 1)); in TEST_F() 160 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame2", 2)); in TEST_F() 222 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 223 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame1", 1)); in TEST_F() 224 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame2", 2)); in TEST_F() 287 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 317 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 347 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() 377 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F() [all …]
|
D | MapInfoTest.cpp | 63 interface->FakePushFunctionData(FunctionData("function", 1000)); in TEST()
|
D | ElfFake.h | 90 static void FakePushFunctionData(const FunctionData data) { functions_.push_back(data); } in FakePushFunctionData() function
|
/system/core/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.cpp | 76 ElfInterfaceFake::FakePushFunctionData(FunctionData(func_name, i)); in ElfPushFakeFunctionData()
|