Home
last modified time | relevance | path

Searched refs:BuildLoopExitsForFunctionExit (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.h276 void BuildLoopExitsForFunctionExit(const BytecodeLivenessState* liveness);
Dbytecode-graph-builder.cc2055 BuildLoopExitsForFunctionExit(bytecode_analysis()->GetInLivenessFor( in VisitThrow()
2065 BuildLoopExitsForFunctionExit(bytecode_analysis()->GetInLivenessFor( in VisitAbort()
2075 BuildLoopExitsForFunctionExit(bytecode_analysis()->GetInLivenessFor( in VisitReThrow()
2091 BuildLoopExitsForFunctionExit(bytecode_analysis()->GetInLivenessFor( in BuildHoleCheckAndThrow()
2705 BuildLoopExitsForFunctionExit(liveness); in BuildReturn()
3095 void BytecodeGraphBuilder::BuildLoopExitsForFunctionExit( in BuildLoopExitsForFunctionExit() function in v8::internal::compiler::BytecodeGraphBuilder