Lines Matching refs:BytecodeAnalysis
80 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis() function in v8::internal::compiler::BytecodeAnalysis
309 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()
726 bool BytecodeAnalysis::ResumeJumpTargetLeavesResolveSuspendIds( in ResumeJumpTargetLeavesResolveSuspendIds()
794 bool BytecodeAnalysis::LivenessIsValid() { in LivenessIsValid()