HomeSort by relevance Sort by last modified time
    Searched refs:allocateSpace (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/src/Reactor/
LLVMRoutineManager.hpp 40 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment);
LLVMRoutineManager.cpp 99 uint8_t *LLVMRoutineManager::allocateSpace(intptr_t Size, unsigned Alignment)
  /external/swiftshader/third_party/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;
  /external/swiftshader/third_party/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/swiftshader/third_party/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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 270 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) {
271 return mgr()->allocateSpace(Size, Alignment);
  /external/swiftshader/third_party/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/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.2/
gradle-tooling-api-3.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.3/
gradle-tooling-api-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.4.1/
gradle-tooling-api-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.5-20170307000048+0000/
gradle-tooling-api-3.5-20170307000048+0000.jar 

Completed in 700 milliseconds