Searched refs:nextBlock (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
H A DMarkedSpace.cpp57 sizeClass.nextBlock = block;
77 for (MarkedBlock*& block = sizeClass.nextBlock ; block; block = block->next()) {
101 sizeClass.nextBlock = sizeClass.blockList.head();
H A DMarkedSpace.h99 MarkedBlock* nextBlock; member in struct:JSC::MarkedSpace::SizeClass
160 : nextBlock(0)
167 nextBlock = blockList.head();
/external/clang/lib/CodeGen/
H A DCGException.cpp1174 llvm::BasicBlock *nextBlock;
1179 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope());
1185 nextBlock = catchScope.getHandler(i+1).Block;
1190 nextBlock = CGF.createBasicBlock("catch.fallthrough");
1201 CGF.Builder.CreateCondBr(matchesTypeIndex, handler.Block, nextBlock);
1209 CGF.EmitBlock(nextBlock);
/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp1025 RenderBlock* nextBlock = toRenderBlock(next); local
1029 RenderBlock* inlineChildrenBlock = prev->childrenInline() ? prevBlock : nextBlock;
1030 RenderBlock* blockChildrenBlock = prev->childrenInline() ? nextBlock : prevBlock;
1055 nextBlock->moveAllChildrenTo(prevBlock, nextBlock->hasLayer() || prevBlock->hasLayer());
1058 nextBlock->deleteLineBoxTree();
1059 nextBlock->destroy();
3886 RenderBlock* nextBlock = toRenderBlock(next); local
3887 if (nextBlock->containsFloat(floatingBox))
3888 nextBlock
[all...]

Completed in 93 milliseconds