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

  /external/webkit/Source/JavaScriptCore/heap/
MarkStack.h 105 static void* allocateStack(size_t size) { return OSAllocator::reserveAndCommit(size); }
122 m_data = reinterpret_cast<T*>(allocateStack(m_allocated));
135 void* newData = allocateStack(m_allocated);
177 m_data = reinterpret_cast<T*>(allocateStack(size));
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 44 State.AllocateStack(8, 4),
54 State.AllocateStack(4, 4),
87 State.AllocateStack(8, 8),
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 284 /// AllocateStack - Allocate a chunk of stack space with the specified size
286 unsigned AllocateStack(unsigned Size, unsigned Align) {
294 /// Version of AllocateStack with extra register to be shadowed.
295 unsigned AllocateStack(unsigned Size, unsigned Align, unsigned ShadowReg) {
297 return AllocateStack(Size, Align);
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 55 unsigned Offset = AllocateStack(Size, Align);
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 161 << " = State.AllocateStack(";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
libpthread.a     [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 178 CCInfo.AllocateStack(12, 4); // ABI requires 12 bytes stack space
297 CCInfo.AllocateStack(12, 4); // ABI requires 12 bytes stack space
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 63 State.AllocateStack(8,4),
73 State.AllocateStack(4,4),
    [all...]
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCore.def 63 ?allocateStack@MarkStack@JSC@@CAPAXI@Z
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 669 State.AllocateStack(SizeInBytes, SizeInBytes);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libpthread.a     [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2011-02-16     [all...]

Completed in 1984 milliseconds