Searched refs:FlushInstructionCache (Results 1 – 15 of 15) sorted by relevance
/external/compiler-rt/lib/builtins/ |
D | clear_cache.c | 21 uint32_t FlushInstructionCache(uintptr_t hProcess, void *lpBaseAddress, 121 FlushInstructionCache(GetCurrentProcess(), start, end - start); in __clear_cache()
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | clear_cache.c | 20 uint32_t FlushInstructionCache(uintptr_t hProcess, void *lpBaseAddress, 64 FlushInstructionCache(GetCurrentProcess(), start, end - start); in __clear_cache()
|
/external/compiler-rt/test/builtins/Unit/ |
D | enable_execute_stack_test.c | 18 if (!FlushInstructionCache(GetCurrentProcess(), start, end-start)) in __clear_cache()
|
D | clear_cache_test.c | 18 if (!FlushInstructionCache(GetCurrentProcess(), start, end-start)) in __clear_cache()
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | ffi.c | 305 FlushInstructionCache(GetCurrentProcess(), 0, 0); in ffi_prep_closure()
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler_unittest.cc | 62 void FlushInstructionCache(const char* memory, uint32_t memory_size) { in FlushInstructionCache() function 601 FlushInstructionCache(memory, kMemorySize); in TEST() 693 FlushInstructionCache(memory, kMemorySize); in TEST() 784 FlushInstructionCache(memory, kMemorySize); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Memory.inc | 192 FlushInstructionCache(GetCurrentProcess(), Addr, Len);
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Memory.inc | 192 FlushInstructionCache(GetCurrentProcess(), Addr, Len);
|
/external/pcre/dist2/src/sljit/ |
D | sljitConfigInternal.h | 374 FlushInstructionCache(GetCurrentProcess(), (char*)(from), (char*)(to) - (char*)(from))
|
/external/llvm/lib/Support/Windows/ |
D | Memory.inc | 160 FlushInstructionCache(GetCurrentProcess(), Addr, Len);
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessDebugger.cpp | 317 FlushInstructionCache(handle, addr, num_of_bytes_written); in WriteMemory()
|
/external/libffi/src/arm/ |
D | ffi.c | 606 FlushInstructionCache(GetCurrentProcess(), closure->tramp, FFI_TRAMPOLINE_SIZE); in ffi_prep_closure_loc()
|
/external/libffi/src/aarch64/ |
D | ffi.c | 82 FlushInstructionCache(GetCurrentProcess(), start, (char*)end - (char*)start); in ffi_clear_cache()
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 792 FlushInstructionCache(GetCurrentProcess(), NULL, 0); in loadImageAndGetEntryPoints()
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 423 PUBLIC 355bc c FlushInstructionCache
|