Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DUnwinderTest.cpp197 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()
267 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F()
268 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame1", 1)); in TEST_F()
269 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame2", 2)); in TEST_F()
338 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F()
370 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F()
402 ElfInterfaceFake::FakePushFunctionData(FunctionData("Frame0", 0)); in TEST_F()
435 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.cpp131 interface->FakePushFunctionData(FunctionData("function", 1000)); in TEST()
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp73 ElfInterfaceFake::FakePushFunctionData(FunctionData(func_name, i)); in ElfPushFakeFunctionData()