Lines Matching refs:bytecode_offset
645 int bytecode_offset = translated_frame->bytecode_offset().ToInt(); in LookupCatchHandler() local
648 return table.LookupRange(bytecode_offset, data_out, nullptr); in LookupCatchHandler()
662 BytecodeOffset bytecode_offset) { in TraceDeoptBegin() argument
686 bytecode_offset.ToInt(), deopt_exit_index_, fp_to_sp_delta_, in TraceDeoptBegin()
815 BytecodeOffset bytecode_offset = in DoComputeOutputFrames() local
823 TraceDeoptBegin(input_data.OptimizationId().value(), bytecode_offset); in DoComputeOutputFrames()
953 const int real_bytecode_offset = translated_frame->bytecode_offset().ToInt(); in DoComputeUnoptimizedFrame()
954 const int bytecode_offset = in DoComputeUnoptimizedFrame() local
1125 BytecodeArray::kHeaderSize - kHeapObjectTag + bytecode_offset; in DoComputeUnoptimizedFrame()
1325 BytecodeOffset bytecode_offset = translated_frame->bytecode_offset(); in DoComputeConstructStubFrame() local
1337 bytecode_offset.ToInt(), in DoComputeConstructStubFrame()
1338 bytecode_offset == BytecodeOffset::ConstructStubCreate() ? "create" in DoComputeConstructStubFrame()
1416 CHECK(bytecode_offset == BytecodeOffset::ConstructStubCreate() || in DoComputeConstructStubFrame()
1417 bytecode_offset == BytecodeOffset::ConstructStubInvoke()); in DoComputeConstructStubFrame()
1419 bytecode_offset == BytecodeOffset::ConstructStubCreate() in DoComputeConstructStubFrame()
1438 DCHECK(bytecode_offset.IsValidForConstructStub()); in DoComputeConstructStubFrame()
1441 bytecode_offset == BytecodeOffset::ConstructStubCreate() in DoComputeConstructStubFrame()
1644 const BytecodeOffset bytecode_offset = translated_frame->bytecode_offset(); in DoComputeBuiltinContinuation() local
1645 Builtin builtin = Builtins::GetBuiltinFromBytecodeOffset(bytecode_offset); in DoComputeBuiltinContinuation()
2036 BytecodeOffset bytecode_offset) { in ComputeSourcePositionFromBytecodeArray() argument
2039 .SourcePosition(bytecode_offset.ToInt()); in ComputeSourcePositionFromBytecodeArray()