Searched defs:NewBlock (Results 1 – 4 of 4) sorted by relevance
| /external/v8/src/compiler/ | ||
| D | liveness-analyzer.cc | 29 LivenessAnalyzerBlock* LivenessAnalyzer::NewBlock() { in NewBlock() function in v8::internal::compiler::LivenessAnalyzer |
| /external/llvm/lib/CodeGen/ | ||
| D | WinEHPrepare.cpp | 627 BasicBlock *NewBlock = BBMapping.second; in cloneCommonBlocks() local |
| /external/v8/test/unittests/compiler/ | ||
| D | instruction-sequence-unittest.cc | 423 InstructionBlock* InstructionSequenceTest::NewBlock(bool deferred) { in NewBlock() function in v8::internal::compiler::InstructionSequenceTest |
| /external/v8/src/ast/ | ||
| D | ast.h | 3128 Block* NewBlock(ZoneList<const AstRawString*>* labels, int capacity, in NewBlock() function |