Home
last modified time | relevance | path

Searched refs:destroyBlock (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrBufferAllocPool.cpp103 this->destroyBlock(); in deleteBlocks()
301 this->destroyBlock(); in putBack()
365 void GrBufferAllocPool::destroyBlock() { in destroyBlock() function in GrBufferAllocPool
DGrBufferAllocPool.h152 void destroyBlock();
/third_party/flutter/skia/src/gpu/
DGrBufferAllocPool.cpp103 this->destroyBlock(); in deleteBlocks()
315 this->destroyBlock(); in putBack()
379 void GrBufferAllocPool::destroyBlock() { in destroyBlock() function in GrBufferAllocPool
DGrBufferAllocPool.h151 void destroyBlock();
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.hpp114 llvm::BasicBlock *destroyBlock = nullptr; member
DLLVMReactor.cpp4264 jit->coroutine.destroyBlock = llvm::BasicBlock::Create(*jit->context, "destroy", jit->function); in promoteFunctionToCoroutine()
4291 switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionDestroy), jit->coroutine.destroyBlock); in promoteFunctionToCoroutine()
4294 jit->builder->SetInsertPoint(jit->coroutine.destroyBlock); in promoteFunctionToCoroutine()
4375 switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionDestroy), jit->coroutine.destroyBlock); in yield()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h679 void destroyBlock(Block &B) { in destroyBlock() function
994 destroyBlock(B); in removeBlock()