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

  /external/llvm/lib/Support/Windows/
Memory.inc 111 Memory::InvalidateInstructionCache(Result.Address, Result.Size);
141 Memory::InvalidateInstructionCache(M.Address, M.Size);
146 /// InvalidateInstructionCache - Before the JIT can run a block of code
149 void Memory::InvalidateInstructionCache(
210 Memory::InvalidateInstructionCache(Addr, Size);
229 Memory::InvalidateInstructionCache(Addr, Size);
  /external/llvm/lib/Support/Unix/
Memory.inc 135 Memory::InvalidateInstructionCache(Result.Address, Result.Size);
169 Memory::InvalidateInstructionCache(M.Address, M.Size);
258 Memory::InvalidateInstructionCache(M.Address, M.Size);
270 Memory::InvalidateInstructionCache(M.Address, M.Size);
275 Memory::InvalidateInstructionCache(M.Address, M.Size);
304 /// InvalidateInstructionCache - Before the JIT can run a block of code
307 void Memory::InvalidateInstructionCache(const void *Addr,
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 78 virtual void invalidateInstructionCache();
98 void TrivialMemoryManager::invalidateInstructionCache() {
100 sys::Memory::InvalidateInstructionCache(FunctionMemory[i].base(),
104 sys::Memory::InvalidateInstructionCache(DataMemory[i].base(),
207 MemMgr.invalidateInstructionCache();
221 sys::Memory::InvalidateInstructionCache(Data.base(), Data.size());
  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 133 invalidateInstructionCache();
153 void SectionMemoryManager::invalidateInstructionCache() {
155 sys::Memory::InvalidateInstructionCache(CodeMem.AllocatedMem[i].base(),
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 47 sys::Memory::InvalidateInstructionCache(Old, 2 * 4);
70 sys::Memory::InvalidateInstructionCache(Old, 4 * 4);
186 sys::Memory::InvalidateInstructionCache((void*) StubAddr, 16);
237 sys::Memory::InvalidateInstructionCache(Addr, 16);
  /external/llvm/include/llvm/Support/
Memory.h 135 /// InvalidateInstructionCache - Before the JIT can run a block of code
138 static void InvalidateInstructionCache(const void *Addr, size_t Len);
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 188 sys::Memory::InvalidateInstructionCache(Addr, 16);
201 sys::Memory::InvalidateInstructionCache(Addr, 8);
229 sys::Memory::InvalidateInstructionCache(Addr, 16);
  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 83 virtual void invalidateInstructionCache();
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 335 sys::Memory::InvalidateInstructionCache(StubCallAddr, 7*4);
381 sys::Memory::InvalidateInstructionCache(Addr, 7*4);
408 sys::Memory::InvalidateInstructionCache(Addr, 10*4);
470 sys::Memory::InvalidateInstructionCache(Old, 7*4);
  /external/llvm/tools/lli/
lli.cpp 515 static_cast<SectionMemoryManager*>(RTDyldMM)->invalidateInstructionCache();
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]

Completed in 100 milliseconds