Searched refs:allocateGlobal (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeMemoryManager.h190 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment);
H A DCodeMemoryManager.cpp194 uint8_t *CodeMemoryManager::allocateGlobal(uintptr_t Size, unsigned Alignment) { function in class:bcc::CodeMemoryManager
H A DCodeEmitter.h194 virtual void *allocateGlobal(uintptr_t Size, unsigned Alignment);
H A DCodeEmitter.cpp1071 Ptr = allocateGlobal(S, A);
1364 void *CodeEmitter::allocateGlobal(uintptr_t Size, unsigned Alignment) { function in class:bcc::CodeEmitter
1366 return mpMemMgr->allocateGlobal(Size, Alignment);

Completed in 63 milliseconds