Lines Matching refs:bytecode_analysis
587 bytecode_analysis()->GetInLivenessFor(
622 bytecode_analysis()->GetOutLivenessFor(
632 BytecodeAnalysis bytecode_analysis(bytecode_array(), local_zone(),
634 bytecode_analysis.Analyze(osr_ast_id_);
635 set_bytecode_analysis(&bytecode_analysis);
645 bytecode_analysis.PrintLivenessTo(of);
2051 if (bytecode_analysis()->IsLoopHeader(current_offset)) {
2054 bytecode_analysis()->GetLoopInfoFor(current_offset);
2089 DCHECK(bytecode_analysis()->IsLoopHeader(current_offset));
2108 bytecode_analysis()->GetLoopOffsetFor(osr_ast_id_.ToInt());
2109 DCHECK(bytecode_analysis()->IsLoopHeader(osr_loop_offset_));
2118 bytecode_analysis()->GetLoopOffsetFor(target_offset));
2124 int current_loop = bytecode_analysis()->GetLoopOffsetFor(origin_offset);
2128 bytecode_analysis()->GetLoopInfoFor(current_loop);