• Home
  • Raw
  • Download

Lines Matching refs:bytecode_analysis

614         bytecode_analysis()->GetInLivenessFor(  in PrepareEagerCheckpoint()
648 bytecode_analysis()->GetOutLivenessFor( in PrepareFrameState()
676 const BytecodeAnalysis& bytecode_analysis = in ProcessOsrPrelude() local
677 *(graph_builder_->bytecode_analysis()); in ProcessOsrPrelude()
678 int osr_offset = bytecode_analysis.osr_entry_point(); in ProcessOsrPrelude()
683 bytecode_analysis.GetLoopInfoFor(outermost_loop_offset) in ProcessOsrPrelude()
729 bytecode_analysis.GetLoopInfoFor(osr_offset).parent_offset()); in ProcessOsrPrelude()
779 const BytecodeAnalysis& analysis = *(bytecode_analysis()); in AdvanceToOsrEntryAndPeelLoops()
876 BytecodeAnalysis bytecode_analysis(bytecode_array(), local_zone(), in VisitBytecodes() local
878 bytecode_analysis.Analyze(osr_offset_); in VisitBytecodes()
879 set_bytecode_analysis(&bytecode_analysis); in VisitBytecodes()
888 bytecode_analysis.PrintLivenessTo(of); in VisitBytecodes()
891 if (!bytecode_analysis.resume_jump_targets().empty()) { in VisitBytecodes()
896 if (bytecode_analysis.HasOsrEntryPoint()) { in VisitBytecodes()
1172 bytecode_analysis()->GetInLivenessFor( in CheckContextExtensions()
1224 bytecode_analysis()->GetOutLivenessFor( in BuildLdaLookupContextSlot()
1277 bytecode_analysis()->GetOutLivenessFor( in BuildLdaLookupGlobalSlot()
2055 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()
2713 BuildReturn(bytecode_analysis()->GetInLivenessFor( in VisitReturn()
2832 const BytecodeLivenessState* liveness = bytecode_analysis()->GetInLivenessFor( in VisitSuspendGenerator()
2875 BuildReturn(bytecode_analysis()->GetInLivenessFor( in VisitSuspendGenerator()
2943 BuildSwitchOnGeneratorState(bytecode_analysis()->resume_jump_targets(), in VisitSwitchOnGeneratorState()
2959 bytecode_analysis()->GetOutLivenessFor( in VisitResumeGenerator()
3003 bytecode_analysis()->GetInLivenessFor(current_offset)); in SwitchToMergeEnvironment()
3010 if (bytecode_analysis()->IsLoopHeader(current_offset)) { in BuildLoopHeaderEnvironment()
3013 bytecode_analysis()->GetLoopInfoFor(current_offset); in BuildLoopHeaderEnvironment()
3015 bytecode_analysis()->GetInLivenessFor(current_offset); in BuildLoopHeaderEnvironment()
3057 environment(), bytecode_analysis()->GetInLivenessFor(target_offset)); in MergeIntoSuccessorEnvironment()
3072 bytecode_analysis()->GetLoopOffsetFor(target_offset), in BuildLoopExitsForBranch()
3073 bytecode_analysis()->GetInLivenessFor(target_offset)); in BuildLoopExitsForBranch()
3080 int current_loop = bytecode_analysis()->GetLoopOffsetFor(origin_offset); in BuildLoopExitsUntilLoop()
3088 bytecode_analysis()->GetLoopInfoFor(current_loop); in BuildLoopExitsUntilLoop()