Searched refs:BytecodeAnalysis (Results 1 – 4 of 4) sorted by relevance
80 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis() function in v8::internal::compiler::BytecodeAnalysis309 void BytecodeAnalysis::Analyze(BailoutId osr_bailout_id) { in Analyze()543 void BytecodeAnalysis::PushLoop(int loop_header, int loop_end) { in PushLoop()561 bool BytecodeAnalysis::IsLoopHeader(int offset) const { in IsLoopHeader()565 int BytecodeAnalysis::GetLoopOffsetFor(int offset) const { in GetLoopOffsetFor()598 const LoopInfo& BytecodeAnalysis::GetLoopInfoFor(int header_offset) const { in GetLoopInfoFor()604 const BytecodeLivenessState* BytecodeAnalysis::GetInLivenessFor( in GetInLivenessFor()611 const BytecodeLivenessState* BytecodeAnalysis::GetOutLivenessFor( in GetOutLivenessFor()618 std::ostream& BytecodeAnalysis::PrintLivenessTo(std::ostream& os) const { in PrintLivenessTo()646 bool BytecodeAnalysis::ResumeJumpTargetsAreValid() { in ResumeJumpTargetsAreValid()[all …]
95 class V8_EXPORT_PRIVATE BytecodeAnalysis BASE_EMBEDDED {97 BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, Zone* zone,170 DISALLOW_COPY_AND_ASSIGN(BytecodeAnalysis);
338 const BytecodeAnalysis* bytecode_analysis() const { in bytecode_analysis()342 void set_bytecode_analysis(const BytecodeAnalysis* bytecode_analysis) { in set_bytecode_analysis()387 const BytecodeAnalysis* bytecode_analysis_;
676 const BytecodeAnalysis& bytecode_analysis = in ProcessOsrPrelude()779 const BytecodeAnalysis& analysis = *(bytecode_analysis()); in AdvanceToOsrEntryAndPeelLoops()876 BytecodeAnalysis bytecode_analysis(bytecode_array(), local_zone(), in VisitBytecodes()