Searched refs:createBlock (Results 1 - 16 of 16) sorted by relevance
/third_party/skia/tools/trace/ |
H A D | ChromeTracingTracer.cpp | 54 this->createBlock(); in ChromeTracingTracer() 59 void ChromeTracingTracer::createBlock() { in createBlock() function in ChromeTracingTracer 71 this->createBlock(); in appendEvent()
|
H A D | ChromeTracingTracer.h | 65 void createBlock();
|
/third_party/skia/src/gpu/ |
H A D | GrBufferAllocPool.cpp | 227 if (!this->createBlock(size)) { in makeSpace() 259 if (!this->createBlock(fallbackSize)) { in makeSpaceAtLeast() 313 bool GrBufferAllocPool::createBlock(size_t requestSize) { in createBlock() function in GrBufferAllocPool
|
H A D | GrBufferAllocPool.h | 151 bool createBlock(size_t requestSize);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.h | 123 void createBlock(StringRef FileName);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 672 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() function in llvm::jitlink::LinkGraph 806 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset); in createContentBlock() 812 return createBlock(Parent, Size, Address, Alignment, AlignmentOffset); in createZeroFillBlock() 876 createBlock(Section, Size, Address, Alignment, 0), Name, Size, S, in addCommonSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 422 Result->createBlock(LC.FileName); in toCodeViewSubsection()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 218 bool createBlock = globalUniformBlock == nullptr; in growGlobalUniformBlock() local 220 if (createBlock) { in growGlobalUniformBlock() 235 if (createBlock) { in growGlobalUniformBlock() 251 bool createBlock = atomicCounterBuffers.find(binding) == atomicCounterBuffers.end(); in growAtomicCounterBlock() local 253 if (createBlock) { in growAtomicCounterBlock() 267 if (createBlock) { in growAtomicCounterBlock()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 253 milliseconds