Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dpycodegen.py243 self.nextBlock = self.graph.nextBlock
425 self.nextBlock()
431 self.nextBlock(end)
442 self.nextBlock(loop)
449 self.nextBlock()
458 self.nextBlock(after)
471 self.nextBlock(start)
477 self.nextBlock(anchor)
482 self.nextBlock(after)
499 self.nextBlock()
[all …]
Dpyassem.py29 def nextBlock(self, block=None): member in FlowGraph
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
DBlockLZ4CompressorInputStream.java94 int nextBlock = readOneByte(); in readSizes() local
95 if (nextBlock == -1) { in readSizes()
98 nextBackReferenceSize = nextBlock & BACK_REFERENCE_SIZE_MASK; in readSizes()
99 long literalSizePart = (nextBlock & LITERAL_SIZE_MASK) >> SIZE_BITS; in readSizes()
DFramedLZ4CompressorInputStream.java147 nextBlock(); in read()
174 nextBlock(); in init()
249 private void nextBlock() throws IOException { in nextBlock() method in FramedLZ4CompressorInputStream
/external/clang/lib/CodeGen/
DCGException.cpp957 llvm::BasicBlock *nextBlock; in emitCatchDispatchBlock() local
962 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()
968 nextBlock = catchScope.getHandler(i+1).Block; in emitCatchDispatchBlock()
973 nextBlock = CGF.createBasicBlock("catch.fallthrough"); in emitCatchDispatchBlock()
984 CGF.Builder.CreateCondBr(matchesTypeIndex, handler.Block, nextBlock); in emitCatchDispatchBlock()
992 CGF.EmitBlock(nextBlock); in emitCatchDispatchBlock()
/external/skqp/tools/bookmaker/
DincludeWriter.cpp1653 Definition* nextBlock = nullptr; in populate() local
1661 nextBlock = test; in populate()
1668 SkASSERT(nextBlock); // FIXME: check enum for correct order earlier in populate()
1670 const char* commentEnd = nextBlock->fStart; in populate()
/external/skia/tools/bookmaker/
DincludeWriter.cpp1653 Definition* nextBlock = nullptr; in populate() local
1661 nextBlock = test; in populate()
1668 SkASSERT(nextBlock); // FIXME: check enum for correct order earlier in populate()
1670 const char* commentEnd = nextBlock->fStart; in populate()