Searched refs:BytecodeAnalysis (Results 1 – 7 of 7) sorted by relevance
99 class V8_EXPORT_PRIVATE BytecodeAnalysis : public ZoneObject {101 BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, Zone* zone,103 BytecodeAnalysis(const BytecodeAnalysis&) = delete;104 BytecodeAnalysis& operator=(const BytecodeAnalysis&) = delete;
87 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis() function in v8::internal::compiler::BytecodeAnalysis463 void BytecodeAnalysis::Analyze() { in Analyze()715 void BytecodeAnalysis::PushLoop(int loop_header, int loop_end) { in PushLoop()733 bool BytecodeAnalysis::IsLoopHeader(int offset) const { in IsLoopHeader()737 int BytecodeAnalysis::GetLoopOffsetFor(int offset) const { in GetLoopOffsetFor()770 const LoopInfo& BytecodeAnalysis::GetLoopInfoFor(int header_offset) const { in GetLoopInfoFor()776 const LoopInfo* BytecodeAnalysis::TryGetLoopInfoFor(int header_offset) const { in TryGetLoopInfoFor()782 const BytecodeLivenessState* BytecodeAnalysis::GetInLivenessFor( in GetInLivenessFor()789 const BytecodeLivenessState* BytecodeAnalysis::GetOutLivenessFor( in GetOutLivenessFor()796 std::ostream& BytecodeAnalysis::PrintLivenessTo(std::ostream& os) const { in PrintLivenessTo()[all …]
416 BytecodeAnalysis const& bytecode_analysis() const { in bytecode_analysis()462 BytecodeAnalysis const bytecode_analysis_;
46 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis()65 const compiler::BytecodeAnalysis bytecode_analysis_;
65 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis()
133 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis()
516 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis()