OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateSpace
(Results
1 - 13
of
13
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h
104
///
allocateSpace
- Allocate a memory block of the given size. This method
106
virtual uint8_t *
allocateSpace
(intptr_t Size, unsigned Alignment) = 0;
/frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.h
187
virtual uint8_t *
allocateSpace
(intptr_t Size, unsigned Alignment);
CodeMemoryManager.cpp
175
uint8_t *CodeMemoryManager::
allocateSpace
(intptr_t Size, unsigned Alignment) {
CodeEmitter.cpp
747
mpConstantPoolBase =
allocateSpace
(Size, Align);
793
mpJumpTableBase =
allocateSpace
(NumEntries * EntrySize,
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineCodeEmitter.h
253
///
allocateSpace
- Allocate a block of space in the current output buffer,
256
virtual void *
allocateSpace
(uintptr_t Size, unsigned Alignment) {
JITCodeEmitter.h
253
///
allocateSpace
- Allocate a block of space in the current output buffer,
256
virtual void *
allocateSpace
(uintptr_t Size, unsigned Alignment) {
273
/// allocateGlobal - Allocate memory for a global. Unlike
allocateSpace
,
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
408
///
allocateSpace
- Reserves space in the current block if any, or
410
virtual void *
allocateSpace
(uintptr_t Size, unsigned Alignment);
412
/// allocateGlobal - Allocate memory for a global. Unlike
allocateSpace
,
[
all
...]
JITDwarfEmitter.cpp
490
JCE->
allocateSpace
(4, 0);
548
JCE->
allocateSpace
(4, 0);
JIT.cpp
808
Ptr = (char*)JCE->
allocateSpace
(S, A);
JITMemoryManager.cpp
415
///
allocateSpace
- Allocate a memory block of the given size. This method
417
uint8_t *
allocateSpace
(intptr_t Size, unsigned Alignment) {
/external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp
116
virtual uint8_t *
allocateSpace
(intptr_t Size, unsigned Alignment) {
117
return Base->
allocateSpace
(Size, Alignment);
/external/sqlite/dist/
sqlite3.c
[
all
...]
sqlite3.c.orig
[
all
...]
Completed in 926 milliseconds