HomeSort by relevance Sort by last modified time
    Searched full:allocatespace (Results 1 - 13 of 13) sorted by null

  /external/llvm/test/CodeGen/PowerPC/
lbzux.ll 5 define fastcc void @allocateSpace(i1 %cond1, i1 %cond2) nounwind {
43 ; CHECK: @allocateSpace
  /external/v8/src/
v8threads.h 39 void AllocateSpace();
v8threads.cc 197 void ThreadState::AllocateSpace() {
223 new_thread_state->AllocateSpace();
  /external/llvm/tools/lli/
RemoteTargetExternal.cpp 31 bool RemoteTargetExternal::allocateSpace(size_t Size, unsigned Alignment,
36 ErrorMsg += ", (RemoteTargetExternal::allocateSpace)";
40 ErrorMsg += ", (RemoteTargetExternal::allocateSpace)";
44 ErrorMsg += "failed allocation, (RemoteTargetExternal::allocateSpace)";
RemoteTarget.cpp 31 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment,
RemoteTarget.h 47 virtual bool allocateSpace(size_t Size,
RemoteTargetExternal.h 49 bool allocateSpace(size_t Size, unsigned Alignment,
RemoteMemoryManager.cpp 133 if (!Target->allocateSpace(CurOffset, MaxAlign, RemoteAddr))
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 470 IRExecutionUnit::MemoryManager::allocateSpace(intptr_t Size, unsigned Alignment)
474 uint8_t *return_value = m_default_mm_ap->allocateSpace(Size, Alignment);
483 log->Printf("IRExecutionUnit::allocateSpace(Size=%" PRIu64 ", Alignment=%u) = %p",
  /external/llvm/tools/lli/ChildTarget/
ChildTarget.cpp 116 RT->allocateSpace(AllocSize, Alignment, Addr);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libiisutil.a     [all...]
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 271 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment);
  /hardware/intel/img/psb_video/src/
pnw_VC1.c     [all...]

Completed in 312 milliseconds