Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/python/Lib/
Dinspect.py1168 class EndOfBlock(Exception): pass class