Home
last modified time | relevance | path

Searched defs:BlockHeader (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrMemoryPool.h83 struct BlockHeader { struct
87 BlockHeader* fNext; ///< doubly-linked list of blocks. argument
88 BlockHeader* fPrev; argument
105 BlockHeader* fHeader; ///< pointer back to the block header in which an alloc resides argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DProfile.cpp45 struct BlockHeader { struct
46 uint32_t Size;
47 uint32_t Number;
48 uint64_t Thread;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp25 const LineBlockFragmentHeader *BlockHeader; in operator ()() local
114 LineBlockFragmentHeader BlockHeader; in commit() local