Home
last modified time | relevance | path

Searched refs:FakePushFunctionData (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/tests/
DUnwinderTest.cpp199 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 …]
DElfFake.h91 static void FakePushFunctionData(const FunctionData data) { functions_.push_back(data); } in FakePushFunctionData() function
DMapInfoTest.cpp140 interface->FakePushFunctionData(FunctionData("function", 1000)); in TEST()
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp73 ElfInterfaceFake::FakePushFunctionData(FunctionData(func_name, i)); in ElfPushFakeFunctionData()