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

  /external/compiler-rt/test/asan/TestCases/
heavy_uar_test.cc 26 template<size_t kFrameSize>
30 char x[kFrameSize];
33 RecursiveFunctionWithStackFrame<kFrameSize>(depth - 1);
  /external/v8/src/arm/
frames-arm.h 87 static const int kFrameSize = FLAG_enable_ool_constant_pool ?
124 static const int kFrameSize =
137 static const int kFrameSize =
macro-assembler-arm.cc     [all...]
  /external/v8/src/arm64/
frames-arm64.h 40 static const int kFrameSize = 2 * kPointerSize;
71 static const int kFrameSize =
84 static const int kFrameSize =
  /external/v8/src/ia32/
frames-ia32.h 51 static const int kFrameSize = 2 * kPointerSize;
87 static const int kFrameSize =
100 static const int kFrameSize =
  /external/v8/src/mips/
frames-mips.h 139 static const int kFrameSize = 2 * kPointerSize;
177 static const int kFrameSize =
190 static const int kFrameSize =
  /external/v8/src/mips64/
frames-mips64.h 139 static const int kFrameSize = 2 * kPointerSize;
177 static const int kFrameSize =
190 static const int kFrameSize =
macro-assembler-mips64.cc     [all...]
  /external/v8/src/x64/
frames-x64.h 45 static const int kFrameSize = 2 * kPointerSize;
79 static const int kFrameSize =
92 static const int kFrameSize =
  /external/v8/src/x87/
frames-x87.h 51 static const int kFrameSize = 2 * kPointerSize;
87 static const int kFrameSize =
100 static const int kFrameSize =
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 510 static const size_t kFrameSize = 2 * sizeof(int16_t); // stereo
516 kNumAUsPerPESPacket * kFramesPerAU * kFrameSize
535 int64_t copyUs = (int64_t)((copy / kFrameSize) * 1E6 / 48000.0);
553 + kNumAUsPerPESPacket * kFrameSize * kFramesPerAU);
583 int64_t copyUs = (int64_t)((copy / kFrameSize) * 1E6 / 48000.0);
  /external/v8/src/
deoptimizer.cc     [all...]

Completed in 807 milliseconds