HomeSort by relevance Sort by last modified time
    Searched refs:ComputeSize (Results 26 - 50 of 64) sorted by null

12 3

  /art/libartbase/base/
length_prefixed_array.h 71 static size_t ComputeSize(size_t num_elements,
  /external/skia/src/gpu/
GrSurface.cpp 56 size_t GrSurface::ComputeSize(GrPixelConfig config,
GrTextureProxy.cpp 127 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), 1,
  /external/skqp/src/gpu/
GrSurface.cpp 56 size_t GrSurface::ComputeSize(GrPixelConfig config,
GrTextureProxy.cpp 129 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), 1,
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 340 addULEB128(Value.getDIEBlock().ComputeSize(AP));
343 addULEB128(Value.getDIELoc().ComputeSize(AP));
DIE.cpp 485 /// ComputeSize - calculate the size of the location expression.
487 unsigned DIELoc::ComputeSize(const AsmPrinter *AP) const {
536 /// ComputeSize - calculate the size of the block.
538 unsigned DIEBlock::ComputeSize(const AsmPrinter *AP) const {
  /art/compiler/optimizing/
stack_map_stream.cc 202 size_t StackMapStream::DexRegisterMapEntry::ComputeSize(size_t catalog_size) const {
226 size += entry.ComputeSize(location_catalog_entries_.size());
290 const size_t entry_size = entry.ComputeSize(location_catalog_entries_.size());
    [all...]
stack_map_stream.h 107 size_t ComputeSize(size_t catalog_size) const;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 401 /// ComputeSize - calculate the size of the block.
403 unsigned ComputeSize(AsmPrinter *AP);
DIE.cpp 322 /// ComputeSize - calculate the size of the block.
324 unsigned DIEBlock::ComputeSize(AsmPrinter *AP) {
  /external/llvm/include/llvm/CodeGen/
DIE.h 687 /// ComputeSize - Calculate the size of the location expression.
689 unsigned ComputeSize(const AsmPrinter *AP) const;
721 /// ComputeSize - Calculate the size of the location expression.
723 unsigned ComputeSize(const AsmPrinter *AP) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 835 /// ComputeSize - Calculate the size of the location expression.
837 unsigned ComputeSize(const AsmPrinter *AP) const;
869 /// ComputeSize - Calculate the size of the location expression.
871 unsigned ComputeSize(const AsmPrinter *AP) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 835 /// ComputeSize - Calculate the size of the location expression.
837 unsigned ComputeSize(const AsmPrinter *AP) const;
869 /// ComputeSize - Calculate the size of the location expression.
871 unsigned ComputeSize(const AsmPrinter *AP) const;
  /art/runtime/verifier/
register_line.h 208 ALWAYS_INLINE static size_t ComputeSize(size_t num_regs);
  /external/skia/src/gpu/vk/
GrVkTextureRenderTarget.cpp 270 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skqp/src/gpu/vk/
GrVkTextureRenderTarget.cpp 270 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
DIE.h 852 /// ComputeSize - Calculate the size of the location expression.
854 unsigned ComputeSize(const AsmPrinter *AP) const;
886 /// ComputeSize - Calculate the size of the location expression.
888 unsigned ComputeSize(const AsmPrinter *AP) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
DIE.h 852 /// ComputeSize - Calculate the size of the location expression.
854 unsigned ComputeSize(const AsmPrinter *AP) const;
886 /// ComputeSize - Calculate the size of the location expression.
888 unsigned ComputeSize(const AsmPrinter *AP) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
DIE.h 852 /// ComputeSize - Calculate the size of the location expression.
854 unsigned ComputeSize(const AsmPrinter *AP) const;
886 /// ComputeSize - Calculate the size of the location expression.
888 unsigned ComputeSize(const AsmPrinter *AP) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
DIE.h 852 /// ComputeSize - Calculate the size of the location expression.
854 unsigned ComputeSize(const AsmPrinter *AP) const;
886 /// ComputeSize - Calculate the size of the location expression.
888 unsigned ComputeSize(const AsmPrinter *AP) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
DIE.h 852 /// ComputeSize - Calculate the size of the location expression.
854 unsigned ComputeSize(const AsmPrinter *AP) const;
886 /// ComputeSize - Calculate the size of the location expression.
888 unsigned ComputeSize(const AsmPrinter *AP) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
DIE.h 852 /// ComputeSize - Calculate the size of the location expression.
854 unsigned ComputeSize(const AsmPrinter *AP) const;
886 /// ComputeSize - Calculate the size of the location expression.
888 unsigned ComputeSize(const AsmPrinter *AP) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
DIE.h 852 /// ComputeSize - Calculate the size of the location expression.
854 unsigned ComputeSize(const AsmPrinter *AP) const;
886 /// ComputeSize - Calculate the size of the location expression.
888 unsigned ComputeSize(const AsmPrinter *AP) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
DIE.h 852 /// ComputeSize - Calculate the size of the location expression.
854 unsigned ComputeSize(const AsmPrinter *AP) const;
886 /// ComputeSize - Calculate the size of the location expression.
888 unsigned ComputeSize(const AsmPrinter *AP) const;

Completed in 726 milliseconds

12 3