Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h270 const BytecodeAnalysis* bytecode_analysis() const { in bytecode_analysis() function
274 void set_bytecode_analysis(const BytecodeAnalysis* bytecode_analysis) { in set_bytecode_analysis() argument
275 bytecode_analysis_ = bytecode_analysis; in set_bytecode_analysis()
Dbytecode-graph-builder.cc587 bytecode_analysis()->GetInLivenessFor( in PrepareEagerCheckpoint()
622 bytecode_analysis()->GetOutLivenessFor( in PrepareFrameState()
632 BytecodeAnalysis bytecode_analysis(bytecode_array(), local_zone(), in VisitBytecodes() local
634 bytecode_analysis.Analyze(osr_ast_id_); in VisitBytecodes()
635 set_bytecode_analysis(&bytecode_analysis); in VisitBytecodes()
645 bytecode_analysis.PrintLivenessTo(of); in VisitBytecodes()
2051 if (bytecode_analysis()->IsLoopHeader(current_offset)) { in BuildLoopHeaderEnvironment()
2054 bytecode_analysis()->GetLoopInfoFor(current_offset); in BuildLoopHeaderEnvironment()
2089 DCHECK(bytecode_analysis()->IsLoopHeader(current_offset)); in BuildOSRLoopEntryPoint()
2108 bytecode_analysis()->GetLoopOffsetFor(osr_ast_id_.ToInt()); in BuildOSRNormalEntryPoint()
[all …]