Lines Matching refs:bytecode_offset
665 int bytecode_offset = translated_frame->node_id().ToInt(); in LookupCatchHandler() local
668 return table.LookupRange(bytecode_offset, data_out, nullptr); in LookupCatchHandler()
836 int bytecode_offset = translated_frame->node_id().ToInt(); in DoComputeInterpretedFrame() local
855 bytecode_offset, height_in_bytes, in DoComputeInterpretedFrame()
859 bytecode_offset = catch_handler_pc_offset_; in DoComputeInterpretedFrame()
973 BytecodeArray::kHeaderSize - kHeapObjectTag + bytecode_offset; in DoComputeInterpretedFrame()
1960 void Translation::BeginInterpretedFrame(BailoutId bytecode_offset, in BeginInterpretedFrame() argument
1963 buffer_->Add(bytecode_offset.ToInt()); in BeginInterpretedFrame()
2626 BailoutId bytecode_offset, SharedFunctionInfo* shared_info, int height) { in InterpretedFrame() argument
2628 frame.node_id_ = bytecode_offset; in InterpretedFrame()
2710 BailoutId bytecode_offset = BailoutId(iterator->Next()); in CreateNextTranslatedFrame() local
2720 bytecode_offset.ToInt(), arg_count, height); in CreateNextTranslatedFrame()
2722 return TranslatedFrame::InterpretedFrame(bytecode_offset, shared_info, in CreateNextTranslatedFrame()