Lines Matching defs:offset
120 int offset = summary.code_offset();
123 it.SkipTo(BreakIndexFromCodeOffset(debug_info, abstract_code, offset));
161 int offset = summary.code_offset();
163 if (abstract_code->IsCode()) offset = offset - 1;
167 it.SkipTo(BreakIndexFromCodeOffset(debug_info, abstract_code, offset));
190 int offset) {
194 DCHECK(0 <= offset && offset < abstract_code->Size());
197 if (it.code_offset() <= offset && offset - it.code_offset() < distance) {
199 distance = offset - it.code_offset();
216 // the same code offset. Otherwise it's just a break location that we can
2295 // expression V8 compile this function with negative offset. Instead of stmt
2849 int offset = frame->GetBytecodeOffset();
2851 handle(bytecode_array, isolate_), offset);