Lines Matching refs:BytecodeAnalysis
87 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array,
463 void BytecodeAnalysis::Analyze() {
715 void BytecodeAnalysis::PushLoop(int loop_header, int loop_end) {
733 bool BytecodeAnalysis::IsLoopHeader(int offset) const {
737 int BytecodeAnalysis::GetLoopOffsetFor(int offset) const {
770 const LoopInfo& BytecodeAnalysis::GetLoopInfoFor(int header_offset) const {
776 const LoopInfo* BytecodeAnalysis::TryGetLoopInfoFor(int header_offset) const {
782 const BytecodeLivenessState* BytecodeAnalysis::GetInLivenessFor(
789 const BytecodeLivenessState* BytecodeAnalysis::GetOutLivenessFor(
796 std::ostream& BytecodeAnalysis::PrintLivenessTo(std::ostream& os) const {
815 bool BytecodeAnalysis::ResumeJumpTargetsAreValid() {
894 bool BytecodeAnalysis::ResumeJumpTargetLeavesResolveSuspendIds(
962 bool BytecodeAnalysis::LivenessIsValid() {