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.cc614 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()
[all …]
Dbytecode-graph-builder.h338 const BytecodeAnalysis* bytecode_analysis() const { in bytecode_analysis() function
342 void set_bytecode_analysis(const BytecodeAnalysis* bytecode_analysis) { in set_bytecode_analysis() argument
343 bytecode_analysis_ = bytecode_analysis; in set_bytecode_analysis()