Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp349 FreeRangeHeader* candidateBlock = FreeMemoryList; in startFunctionBody() local
353 uintptr_t largest = candidateBlock->BlockSize; in startFunctionBody()
359 candidateBlock = iter; in startFunctionBody()
371 candidateBlock = allocateNewCodeSlab((size_t)ActualSize); in startFunctionBody()
375 CurBlock = candidateBlock; in startFunctionBody()
378 FreeMemoryList = candidateBlock->AllocateBlock(); in startFunctionBody()
468 FreeRangeHeader* candidateBlock = FreeMemoryList; in allocateCodeSection() local
472 uintptr_t largest = candidateBlock->BlockSize; in allocateCodeSection()
478 candidateBlock = iter; in allocateCodeSection()
489 candidateBlock = allocateNewCodeSlab((size_t)Size); in allocateCodeSection()
[all …]