Home
last modified time | relevance | path

Searched refs:FakeSetGlobalVariable (Results 1 – 5 of 5) sorted by relevance

/system/unwinding/libunwindstack/tests/
DElfFake.h82 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable() function
DDexFilesTest.cpp48 interface->FakeSetGlobalVariable("__dex_debug_descriptor", global_offset); in CreateFakeElf()
DJitDebugTest.cpp45 interface->FakeSetGlobalVariable("__jit_debug_descriptor", global_offset); in CreateFakeElf()
DUnwinderTest.cpp147 interface->FakeSetGlobalVariable("__dex_debug_descriptor", 0x1800); in SetUpTestSuite()
148 interface->FakeSetGlobalVariable("__jit_debug_descriptor", 0x1900); in SetUpTestSuite()
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp79 elf->FakeSetGlobalVariable(func_name, data_provider->ConsumeIntegral<uint64_t>()); in ElfPushFakeFunctionData()