Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.h96 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() function
517 return compilation_unit_->bytecode_analysis(); in bytecode_analysis()
Dmaglev-code-gen-state.h65 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis() function
66 return compilation_unit_->bytecode_analysis(); in bytecode_analysis()
Dmaglev-graph-processor.h133 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis() function
134 return compilation_unit_->bytecode_analysis(); in bytecode_analysis()
Dmaglev-compilation-unit.h46 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis() function
Dmaglev-graph-builder.cc58 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()
Dmaglev-interpreter-frame-state.h233 const auto& analysis = compilation_unit.bytecode_analysis(); in CheckIsLoopPhiIfNeeded()
/third_party/node/deps/v8/src/compiler/
Dbytecode-graph-builder.cc187 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::BytecodeGraphBuilder
1177 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 …]