Home
last modified time | relevance | path

Searched defs:EndOfBlock (Results 1 – 4 of 4) 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-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection() local
118 uintptr_t EndOfBlock = Addr + MB.allocatedSize(); in allocateSection() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection() local
127 uintptr_t EndOfBlock = Addr + MB.allocatedSize(); in allocateSection() local
/external/python/cpython3/Lib/
Dinspect.py1154 class EndOfBlock(Exception): pass class