Home
last modified time | relevance | path

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

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