Searched refs:InvalidateInstructionCache (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/Support/Windows/ |
D | Memory.inc | 120 Memory::InvalidateInstructionCache(Result.Address, Result.Size); 150 Memory::InvalidateInstructionCache(M.Address, M.Size); 155 /// InvalidateInstructionCache - Before the JIT can run a block of code 158 void Memory::InvalidateInstructionCache( 219 Memory::InvalidateInstructionCache(Addr, Size); 238 Memory::InvalidateInstructionCache(Addr, Size);
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCJITInfo.cpp | 333 sys::Memory::InvalidateInstructionCache(StubCallAddr, 7*4); in PPCCompilationCallbackC() 378 sys::Memory::InvalidateInstructionCache(Addr, 7*4); in emitFunctionStub() 405 sys::Memory::InvalidateInstructionCache(Addr, 10*4); in emitFunctionStub() 467 sys::Memory::InvalidateInstructionCache(Old, 7*4); in replaceMachineCodeForFunction()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMJITInfo.cpp | 188 sys::Memory::InvalidateInstructionCache(Addr, 16); in emitFunctionStub() 201 sys::Memory::InvalidateInstructionCache(Addr, 8); in emitFunctionStub() 229 sys::Memory::InvalidateInstructionCache(Addr, 16); in emitFunctionStub()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsJITInfo.cpp | 141 sys::Memory::InvalidateInstructionCache((void*) StubAddr, 16); in MipsCompilationCallbackC() 185 sys::Memory::InvalidateInstructionCache(Addr, 16); in emitFunctionStub()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Memory.inc | 126 Memory::InvalidateInstructionCache(Result.Address, Result.Size); 164 Memory::InvalidateInstructionCache(M.Address, M.Size); 245 Memory::InvalidateInstructionCache(M.Address, M.Size); 256 Memory::InvalidateInstructionCache(M.Address, M.Size); 288 /// InvalidateInstructionCache - Before the JIT can run a block of code 291 void Memory::InvalidateInstructionCache(const void *Addr,
|
/external/llvm/lib/Support/Unix/ |
D | Memory.inc | 134 Memory::InvalidateInstructionCache(Result.Address, Result.Size); 169 Memory::InvalidateInstructionCache(M.Address, M.Size); 258 Memory::InvalidateInstructionCache(M.Address, M.Size); 269 Memory::InvalidateInstructionCache(M.Address, M.Size); 301 /// InvalidateInstructionCache - Before the JIT can run a block of code 304 void Memory::InvalidateInstructionCache(const void *Addr,
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Memory.inc | 96 sys::Memory::InvalidateInstructionCache(Addr, Size); 115 sys::Memory::InvalidateInstructionCache(Addr, Size);
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Memory.h | 73 static void InvalidateInstructionCache(const void *Addr, size_t Len);
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Memory.cpp | 40 void llvm::sys::Memory::InvalidateInstructionCache(const void *Addr, in InvalidateInstructionCache() function in llvm::sys::Memory
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Memory.inc | 110 sys::Memory::InvalidateInstructionCache(M.Address, M.Size); 122 sys::Memory::InvalidateInstructionCache(M.Address, M.Size);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Memory.h | 138 static void InvalidateInstructionCache(const void *Addr, size_t Len);
|
/external/llvm/include/llvm/Support/ |
D | Memory.h | 138 static void InvalidateInstructionCache(const void *Addr, size_t Len);
|
/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 121 sys::Memory::InvalidateInstructionCache(Data.base(), Data.size()); in executeInput()
|
/external/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 208 sys::Memory::InvalidateInstructionCache(Block.base(), Block.size()); in invalidateInstructionCache()
|
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
D | DebugSupport.h | 629 EFI_INVALIDATE_INSTRUCTION_CACHE InvalidateInstructionCache; member
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 922 sys::Memory::InvalidateInstructionCache(FnStart, FnEnd-FnStart); in finishFunction()
|