Lines Matching defs:bytecode_offset
645 int bytecode_offset = translated_frame->bytecode_offset().ToInt();
648 return table.LookupRange(bytecode_offset, data_out, nullptr);
662 BytecodeOffset bytecode_offset) {
686 bytecode_offset.ToInt(), deopt_exit_index_, fp_to_sp_delta_,
815 BytecodeOffset bytecode_offset =
823 TraceDeoptBegin(input_data.OptimizationId().value(), bytecode_offset);
953 const int real_bytecode_offset = translated_frame->bytecode_offset().ToInt();
954 const int bytecode_offset =
1009 PrintF(trace_scope()->file(), " => bytecode_offset=%d, ",
1125 BytecodeArray::kHeaderSize - kHeapObjectTag + bytecode_offset;
1325 BytecodeOffset bytecode_offset = translated_frame->bytecode_offset();
1335 " translating construct stub => bytecode_offset=%d (%s), "
1337 bytecode_offset.ToInt(),
1338 bytecode_offset == BytecodeOffset::ConstructStubCreate() ? "create"
1416 CHECK(bytecode_offset == BytecodeOffset::ConstructStubCreate() ||
1417 bytecode_offset == BytecodeOffset::ConstructStubInvoke());
1419 bytecode_offset == BytecodeOffset::ConstructStubCreate()
1438 DCHECK(bytecode_offset.IsValidForConstructStub());
1441 bytecode_offset == BytecodeOffset::ConstructStubCreate()
1644 const BytecodeOffset bytecode_offset = translated_frame->bytecode_offset();
1645 Builtin builtin = Builtins::GetBuiltinFromBytecodeOffset(bytecode_offset);
2036 BytecodeOffset bytecode_offset) {
2039 .SourcePosition(bytecode_offset.ToInt());