HomeSort by relevance Sort by last modified time
    Searched refs:FrameSize (Results 26 - 39 of 39) sorted by null

12

  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 537 uint64_t FrameSize = StackSize - SlotSize;
541 FrameSize -= X86FI->getCalleeSavedFrameSize();
542 NumBytes = (FrameSize + MaxAlign - 1) / MaxAlign * MaxAlign;
544 NumBytes = FrameSize - X86FI->getCalleeSavedFrameSize();
889 uint64_t FrameSize = StackSize - SlotSize;
    [all...]
X86FastISel.cpp     [all...]
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 196 size_t Arm64JniCallingConvention::FrameSize() {
  /art/compiler/jni/quick/
calling_convention.h 279 virtual size_t FrameSize() = 0;
jni_compiler.cc 101 const size_t frame_size(main_jni_conv->FrameSize());
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 148 size_t X86_64JniCallingConvention::FrameSize() {
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 231 void emitFunctionTempData(const MachineFunction &MF, unsigned &FrameSize);
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 267 /// addi R0, SP, \#frameSize ; get the address of the previous frame
289 unsigned FrameSize = MFI->getStackSize();
297 // Determine the previous frame's address. If FrameSize can't be
307 if (MaxAlign < TargetAlign && isInt<16>(FrameSize)) {
310 .addImm(FrameSize);
    [all...]
  /external/chromium_org/media/base/
audio_buffer_unittest.cc 188 TEST(AudioBufferTest, FrameSize) {
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
rsaz-avx2.pl 144 my $FrameSize=32*18+32*8; # place for A^2 and 2*A
186 sub \$$FrameSize, %rsp
213 lea $FrameSize+128(%rsp),$np
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]
video.h 566 ULONG FrameSize;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]

Completed in 1700 milliseconds

12