Searched refs:allocateSGMemory (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeMemoryManager.h172 return allocateSGMemory(StubSize, Alignment);
231 uint8_t *allocateSGMemory(uintptr_t Size,
H A DCodeMemoryManager.cpp68 uint8_t *CodeMemoryManager::allocateSGMemory(uintptr_t Size, function in class:bcc::CodeMemoryManager
116 mpGOTBase = allocateSGMemory(MaxGOTSize);

Completed in 117 milliseconds