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

  /external/compiler-rt/lib/profile/
InstrProfiling.c 26 /* Return the number of bytes needed to add to SizeInBytes to make it
30 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) {
31 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t));
InstrProfiling.h 37 uint8_t __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes);
  /external/llvm/lib/IR/
User.cpp 94 intptr_t SizeInBytes;
107 assert(DI->SizeInBytes != 0 && "Should not have had a descriptor otherwise!");
110 reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes, DI->SizeInBytes);
140 DescInfo->SizeInBytes = DescBytes;
187 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes;
DIBuilder.cpp 659 unsigned SizeInBytes) {
660 uint64_t Addr[] = {dwarf::DW_OP_bit_piece, OffsetInBytes, SizeInBytes};
    [all...]
  /art/runtime/
imtable.h 69 constexpr static size_t SizeInBytes(size_t pointer_size) {
image-inl.h 62 pos += ImTable::SizeInBytes(pointer_size);
class_linker.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfsmgmt.h 53 ULONG SizeInBytes;
121 ULONG SizeInBytes;
  /external/webrtc/webrtc/modules/pacing/
paced_sender.cc 136 uint64_t SizeInBytes() const { return bytes_; }
320 return static_cast<int64_t>(packets_->SizeInBytes() * 8 / max_bitrate_kbps_);
364 size_t queue_size_bytes = packets_->SizeInBytes();
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 202 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) {
203 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t));
  /external/v8/src/arm64/
macro-assembler-arm64.cc 873 int size = src0.SizeInBytes();
887 int size = src0.SizeInBytes();
904 int size = dst0.SizeInBytes();
922 int size = dst0.SizeInBytes();
931 int size = src0.SizeInBytes() + src1.SizeInBytes();
937 str(src0, MemOperand(StackPointer(), src1.SizeInBytes()));
961 masm_->PushHelper(batch_index, batch[0].SizeInBytes(),
984 masm_->PopHelper(batch_index, batch[0].SizeInBytes()
    [all...]
assembler-arm64-inl.h 68 inline int CPURegister::SizeInBytes() const {
    [all...]
assembler-arm64.h 98 int SizeInBytes() const;
    [all...]
macro-assembler-arm64.h 701 size_ += rt.SizeInBytes();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 421 uint64_t SizeInBytes =
423 return SizeInBytes;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 430 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue();
431 if ((SizeInBytes >> 32) != 0)
443 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes,
    [all...]
  /external/vixl/test/
test-simulator-a64.cc 234 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex));
345 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex));
471 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex));
841 __ Str(rd, MemOperand(out, rd.SizeInBytes(), PostIndex));
889 __ Str(rd, MemOperand(out, rd.SizeInBytes(), PostIndex));
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc     [all...]
debugger-a64.cc     [all...]
assembler-a64.cc     [all...]
assembler-a64.h 92 int SizeInBytes() const {
350 return SizeInBytes() / lanes_;
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.cc     [all...]
assembler_thumb2.h 629 static size_t SizeInBytes(Size size);
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /art/compiler/
image_writer.cc     [all...]

Completed in 518 milliseconds