Searched defs:NewBlock (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/compiler/
H A Dliveness-analyzer.cc32 LivenessAnalyzerBlock* LivenessAnalyzer::NewBlock() { function in class:v8::internal::compiler::LivenessAnalyzer
41 LivenessAnalyzerBlock* LivenessAnalyzer::NewBlock( function in class:v8::internal::compiler::LivenessAnalyzer
43 LivenessAnalyzerBlock* result = NewBlock();
/external/protobuf/src/google/protobuf/
H A Darena.cc118 Arena::Block* Arena::NewBlock(void* me, Block* my_last_block, size_t n, function in class:google::protobuf::Arena
224 b = NewBlock(me, b, n, options_.start_block_size, options_.max_block_size);
226 if (b->owner == me) { // If this block can be reused (see NewBlock()).
/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp758 BasicBlock *NewBlock = BBMapping.second; local
760 BlocksInFunclet.push_back(NewBlock);
761 ColorVector &NewColors = BlockColors[NewBlock];
767 << "\' to block \'" << NewBlock->getName()
797 BasicBlock *NewBlock = BBMapping.second; local
806 CatchRet->setSuccessor(NewBlock);
840 BasicBlock *NewBlock = BBMapping.second; local
847 for (Instruction &NewI : *NewBlock) {
859 BasicBlock *NewBlock = BBMapping.second; local
860 for (BasicBlock *SuccBB : successors(NewBlock)) {
1182 BasicBlock *NewBlock = SplitEdge(IncomingBlock, PHIBlock); local
[all...]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp388 FreeRangeHeader *NewBlock = (FreeRangeHeader*)MemBase; local
389 NewBlock->ThisAllocated = 0;
391 NewBlock->PrevAllocated = 1;
392 NewBlock->BlockSize = (uintptr_t)EndBlock - (uintptr_t)NewBlock;
393 NewBlock->SetEndOfBlockSizeMarker();
394 NewBlock->AddToFreeList(FreeMemoryList);
396 assert(NewBlock->BlockSize - sizeof(MemoryRangeHeader) >= MinSize &&
398 return NewBlock;
/external/v8/src/parsing/
H A Dpreparser.h682 PreParserStatement NewBlock(ZoneList<const AstRawString*>* labels, function in class:v8::internal::PreParserFactory
/external/v8/src/ast/
H A Dast.h3142 Block* NewBlock(ZoneList<const AstRawString*>* labels, int capacity, function in class:v8::internal::BASE_EMBEDDED

Completed in 278 milliseconds