Home
last modified time | relevance | path

Searched defs:fake_stack (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dunwinding_unittest.cc39 uint8_t fake_stack[1] = {120}; in TEST() local
53 uint8_t fake_stack[1] = {120}; in TEST() local
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Posix/
H A Dgc-test.cc18 void *fake_stack = __asan_get_current_fake_stack(); in Thread() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc33 uhwptr *fake_stack; member in __sanitizer::FastUnwindTest
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/
Dbnep_fuzzer.cc93 FakeBtStack fake_stack; member in __anonf29cdaef0111::Fakes
Dsmp_fuzzer.cc136 FakeBtStack fake_stack; member in __anon4739e7ba0111::Fakes
Davrc_fuzzer.cc107 FakeBtStack fake_stack; member in __anone8fb76f60111::Fakes
Drfcomm_fuzzer.cc118 FakeBtStack fake_stack; member in __anon9a7f4aae0111::Fakes
Dl2cap_fuzzer.cc149 FakeBtStack fake_stack; member in __anonc5743e3c0111::Fakes
Dgatt_fuzzer.cc145 FakeBtStack fake_stack; member in __anon06bfcd3a0111::Fakes
/aosp_15_r20/art/compiler/
H A Dexception_test.cc191 std::vector<uintptr_t> fake_stack; in TEST_F() local
/aosp_15_r20/external/compiler-rt/lib/asan/tests/
H A Dasan_fake_stack_test.cc66 FakeStack *fake_stack = FakeStack::Create(stack_size_log); in TEST() local
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_thread.h104 FakeStack *fake_stack() { in fake_stack() function
H A Dasan_fake_stack.cc249 void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg, in __asan_addr_is_in_fake_stack()
/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_copier_suspend_unittest.cc46 TestSuspendableThreadDelegate(const std::vector<uintptr_t>& fake_stack, in TestSuspendableThreadDelegate()
H A Dstack_sampler_unittest.cc66 TestStackCopier(const std::vector<uintptr_t>& fake_stack, in TestStackCopier()