HomeSort by relevance Sort by last modified time
    Searched refs:FlushInstructionCache (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/lib/builtins/
clear_cache.c 21 uint32_t FlushInstructionCache(uintptr_t hProcess, void *lpBaseAddress,
121 FlushInstructionCache(GetCurrentProcess(), start, end - start);
  /external/compiler-rt/test/builtins/Unit/
clear_cache_test.c 18 if (!FlushInstructionCache(GetCurrentProcess(), start, end-start))
enable_execute_stack_test.c 18 if (!FlushInstructionCache(GetCurrentProcess(), start, end-start))
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi.c 305 FlushInstructionCache(GetCurrentProcess(), 0, 0);
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 62 void FlushInstructionCache(const char* memory, uint32_t memory_size) {
522 FlushInstructionCache(memory, kMemorySize);
614 FlushInstructionCache(memory, kMemorySize);
705 FlushInstructionCache(memory, kMemorySize);
    [all...]
  /art/runtime/
utils.h 285 inline void FlushInstructionCache(char* begin, char* end) {
290 // Same as FlushInstructionCache for lack of other builtin. __builtin___clear_cache
  /art/compiler/
common_compiler_test.cc 116 FlushInstructionCache(reinterpret_cast<char*>(base), reinterpret_cast<char*>(base + len));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
processthreadsapi.h 104 WINBASEAPI WINBOOL WINAPI FlushInstructionCache (HANDLE hProcess, LPCVOID lpBaseAddress, SIZE_T dwSize);
  /art/runtime/jit/
jit_code_cache.cc 600 FlushInstructionCache(reinterpret_cast<char*>(code_ptr),
    [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 499 FlushInstructionCache(GetCurrentProcess(), NULL, 0);
    [all...]

Completed in 1019 milliseconds