Home
last modified time | relevance | path

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

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