HomeSort by relevance Sort by last modified time
    Searched full:flushinstructioncache (Results 1 - 13 of 13) sorted by null

  /external/v8/src/ia32/
cpu-ia32.cc 27 // API function FlushInstructionCache.
  /external/v8/src/x64/
cpu-x64.cc 27 // API function FlushInstructionCache.
  /external/v8/src/x87/
cpu-x87.cc 27 // API function FlushInstructionCache.
  /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/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/compiler/
common_compiler_test.cc 108 FlushInstructionCache(reinterpret_cast<char*>(base), reinterpret_cast<char*>(base + len));
  /external/llvm/lib/Support/Windows/
Memory.inc 160 FlushInstructionCache(GetCurrentProcess(), Addr, Len);
  /art/runtime/
utils.h 401 inline void FlushInstructionCache(char* begin, char* end) {
  /art/runtime/jit/
jit_code_cache.cc 347 FlushInstructionCache(reinterpret_cast<char*>(code_ptr),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]
  /external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
kernel32.sym 423 PUBLIC 355bc c FlushInstructionCache
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libkernel32.a     [all...]

Completed in 396 milliseconds