Searched refs:bytecode_analysis (Results 1 – 7 of 7) sorted by relevance
96 if (bytecode_analysis().IsLoopHeader(offset)) { in ProcessMergePoint()376 return bytecode_analysis().GetInLivenessFor(iterator_.current_offset()); in GetInLiveness()379 return bytecode_analysis().GetOutLivenessFor(iterator_.current_offset()); in GetOutLiveness()516 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis() function517 return compilation_unit_->bytecode_analysis(); in bytecode_analysis()
65 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis() function66 return compilation_unit_->bytecode_analysis(); in bytecode_analysis()
133 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis() function134 return compilation_unit_->bytecode_analysis(); in bytecode_analysis()
46 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis() function
58 for (auto& offset_and_info : bytecode_analysis().GetLoopInfos()) { in MaglevGraphBuilder()63 bytecode_analysis().GetInLivenessFor(offset); in MaglevGraphBuilder()780 DCHECK(!bytecode_analysis().IsLoopHeader(target)); in MergeIntoFrameState()782 bytecode_analysis().GetInLivenessFor(target); in MergeIntoFrameState()
233 const auto& analysis = compilation_unit.bytecode_analysis(); in CheckIsLoopPhiIfNeeded()
187 bytecode_analysis().GetOutLivenessFor(offset)); in PrepareFrameState()201 bytecode_analysis().GetInLivenessFor(0)); in PrepareFrameStateForFunctionEntryStackCheck()216 const int offset = bytecode_analysis().osr_bailout_id().ToInt(); in PrepareFrameStateForOSREntryStackCheck()219 bytecode_analysis().GetOutLivenessFor(offset)); in PrepareFrameStateForOSREntryStackCheck()416 BytecodeAnalysis const& bytecode_analysis() const { in bytecode_analysis() function in v8::internal::compiler::BytecodeGraphBuilder1177 bytecode_analysis().GetInLivenessFor( in PrepareEagerCheckpoint()1237 int osr_entry = graph_builder_->bytecode_analysis().osr_entry_point(); in ProcessOsrPrelude()1241 while ((outermost_loop_offset = graph_builder_->bytecode_analysis() in ProcessOsrPrelude()1272 graph_builder_->bytecode_analysis() in ProcessOsrPrelude()1359 int osr_entry = bytecode_analysis().osr_entry_point(); in AdvanceToOsrEntryAndPeelLoops()[all …]