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

  /external/swiftshader/src/Reactor/
LLVMRoutineManager.hpp 46 virtual void setPoisonMemory(bool poison);
LLVMRoutineManager.cpp 134 void LLVMRoutineManager::setPoisonMemory(bool poison)
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
JITMemoryManager.h 45 /// setPoisonMemory - Setting this flag to true makes the memory manager
48 virtual void setPoisonMemory(bool poison) = 0;
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 70 virtual void setPoisonMemory(bool poison) { Base->setPoisonMemory(poison); }
197 RJMM->setPoisonMemory(true);
227 MemMgr->setPoisonMemory(true);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 242 virtual void setPoisonMemory(bool poison) {
243 mgr()->setPoisonMemory(poison);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 509 /// setPoisonMemory - Controls whether we write garbage over freed memory.
511 void setPoisonMemory(bool poison) {

Completed in 148 milliseconds