Home
last modified time | relevance | path

Searched refs:EndOfBlock (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp55 uintptr_t EndOfBlock = Addr + FreeMB.Free.size(); in allocateSection() local
72 FreeMB.Free = sys::MemoryBlock((void *)(Addr + Size), EndOfBlock - Addr - Size); in allocateSection()
103 uintptr_t EndOfBlock = Addr + MB.size(); in allocateSection() local
113 unsigned FreeSize = EndOfBlock-Addr-Size; in allocateSection()
/external/python/cpython2/Lib/
Dinspect.py629 class EndOfBlock(Exception): pass class
654 raise EndOfBlock
666 raise EndOfBlock
670 raise EndOfBlock
677 except (EndOfBlock, IndentationError):
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp102 void *EndOfBlock = (char*)this + BlockSize; in SetEndOfBlockSizeMarker() local
103 ((intptr_t *)EndOfBlock)[-1] = BlockSize; in SetEndOfBlockSizeMarker()