/third_party/node/deps/v8/src/codegen/ |
H A D | constant-pool.cc | 273 int size = ComputeSize(require_jump, require_alignment); in EmitAndClear() 375 int worst_case_size = ComputeSize(Jump::kRequired, Alignment::kRequired); in ShouldEmitNow() 405 int ConstantPool::ComputeSize(Jump require_jump, in ComputeSize() function in v8::internal::ConstantPool 431 pc_offset + ComputeSize(Jump::kRequired, require_alignment); in IsInImmRangeIfEmittedAt() 521 int size = ComputeSize(require_jump, require_alignment); in EmitAndClear() 624 int worst_case_size = ComputeSize(Jump::kRequired, Alignment::kRequired); in ShouldEmitNow() 654 int ConstantPool::ComputeSize(Jump require_jump, in ComputeSize() function in v8::internal::ConstantPool 680 pc_offset + ComputeSize(Jump::kRequired, require_alignment); in IsInImmRangeIfEmittedAt()
|
H A D | constant-pool.h | 267 int ComputeSize(Jump require_jump, Alignment require_alignment) const;
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnTextureRenderTarget.cpp | 30 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
H A D | GrDawnRenderTarget.cpp | 34 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), numSamples, in onGpuMemorySize()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkTextureRenderTarget.cpp | 179 GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize() 183 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
H A D | GrVkTexture.cpp | 192 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), 1, in dumpMemoryStatistics()
|
H A D | GrVkImage.cpp | 703 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), 1, this->mipmapped()); in onGpuMemorySize()
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockTexture.h | 119 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), 210 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(),
|
/third_party/skia/src/gpu/ |
H A D | GrSurface.cpp | 18 size_t GrSurface::ComputeSize(const GrBackendFormat& format, in ComputeSize() function in GrSurface
|
H A D | GrSurface.h | 71 static size_t ComputeSize(const GrBackendFormat&, SkISize dimensions, int colorSamplesPerPixel,
|
H A D | GrTexture.cpp | 36 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
H A D | GrRenderTargetProxy.cpp | 138 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onUninstantiatedGpuMemorySize()
|
H A D | GrTextureRenderTargetProxy.cpp | 113 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onUninstantiatedGpuMemorySize()
|
H A D | GrTextureProxy.cpp | 177 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onUninstantiatedGpuMemorySize()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLTextureRenderTarget.cpp | 76 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
H A D | GrGLRenderTarget.cpp | 130 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize() 341 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in dumpMemoryStatistics()
|
H A D | GrGLTexture.cpp | 159 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), 1, in dumpMemoryStatistics()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 297 addULEB128(Value.getDIEBlock().ComputeSize(AP)); in hashAttribute() 300 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
|
H A D | DIE.cpp | 701 /// ComputeSize - calculate the size of the location expression. 703 unsigned DIELoc::ComputeSize(const AsmPrinter *AP) const { 752 /// ComputeSize - calculate the size of the block. 754 unsigned DIEBlock::ComputeSize(const AsmPrinter *AP) const {
|
H A D | DwarfUnit.cpp | 81 return TmpDIE.ComputeSize(&AP); in getTemporaryBufferSize() 403 Loc->ComputeSize(Asm); in addBlock() 411 Block->ComputeSize(Asm); in addBlock()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DRenderTarget.h | 84 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(),
|
H A D | GrD3DTextureRenderTarget.cpp | 205 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 909 /// ComputeSize - Calculate the size of the location expression. 911 unsigned ComputeSize(const AsmPrinter *AP) const; 943 /// ComputeSize - Calculate the size of the location expression. 945 unsigned ComputeSize(const AsmPrinter *AP) const;
|
/third_party/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 393 return GrSurface::ComputeSize(format, {wh, wh}, /*colorSamplesPerPixel=*/1, in gpuSize()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.cc | 4411 ComputeSize(Jump::kOmitted, require_alignment) / kInt32Size - marker_size; in EmitPrologue() 4454 int worst_case_size = ComputeSize(Jump::kRequired, Alignment::kRequired); in Check()
|