Home
last modified time | relevance | path

Searched defs:EndOfBlock (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp55 uintptr_t EndOfBlock = Addr + FreeMB.Free.size(); in allocateSection() local
103 uintptr_t EndOfBlock = Addr + MB.size(); in allocateSection() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp70 uintptr_t EndOfBlock = Addr + FreeMB.Free.size(); in allocateSection() local
119 uintptr_t EndOfBlock = Addr + MB.size(); in allocateSection() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp102 void *EndOfBlock = (char*)this + BlockSize; in SetEndOfBlockSizeMarker() local
/external/python/cpython2/Lib/
Dinspect.py629 class EndOfBlock(Exception): pass class
/external/python/cpython3/Lib/
Dinspect.py878 class EndOfBlock(Exception): pass class