Lines Matching defs:bytecode_offset

59         int bytecode_offset = iterator.Next();
65 os << "{bytecode_offset=" << bytecode_offset << ", function="
624 BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height,
628 frame.bytecode_offset_ = bytecode_offset;
638 BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info,
641 frame.bytecode_offset_ = bytecode_offset;
646 BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info,
649 frame.bytecode_offset_ = bytecode_offset;
655 BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height,
658 frame.bytecode_offset_ = bytecode_offset;
665 BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info,
668 frame.bytecode_offset_ = bytecode_offset;
673 BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info,
677 frame.bytecode_offset_ = bytecode_offset;
733 BytecodeOffset bytecode_offset = BytecodeOffset(iterator->Next());
745 " => bytecode_offset=%d, args=%d, height=%d, retval=%i(#%i); "
747 bytecode_offset.ToInt(), arg_count, height, return_value_offset,
750 return TranslatedFrame::UnoptimizedFrame(bytecode_offset, shared_info,
768 BytecodeOffset bytecode_offset = BytecodeOffset(iterator->Next());
775 PrintF(trace_file, " => bytecode_offset=%d, height=%d; inputs:\n",
776 bytecode_offset.ToInt(), height);
778 return TranslatedFrame::ConstructStubFrame(bytecode_offset, shared_info,
783 BytecodeOffset bytecode_offset = BytecodeOffset(iterator->Next());
791 PrintF(trace_file, " => bytecode_offset=%d, height=%d; inputs:\n",
792 bytecode_offset.ToInt(), height);
794 return TranslatedFrame::BuiltinContinuationFrame(bytecode_offset,
824 BytecodeOffset bytecode_offset = BytecodeOffset(iterator->Next());
832 PrintF(trace_file, " => bytecode_offset=%d, height=%d; inputs:\n",
833 bytecode_offset.ToInt(), height);
836 bytecode_offset, shared_info, height);
840 BytecodeOffset bytecode_offset = BytecodeOffset(iterator->Next());
849 PrintF(trace_file, " => bytecode_offset=%d, height=%d; inputs:\n",
850 bytecode_offset.ToInt(), height);
853 bytecode_offset, shared_info, height);