Lines Matching refs:code_offset
120 int offset = summary.code_offset(); in FromFrame()
161 int offset = summary.code_offset(); in AllAtCurrentStatement()
197 if (it.code_offset() <= offset && offset - it.code_offset() < distance) { in BreakIndexFromCodeOffset()
199 distance = offset - it.code_offset(); in BreakIndexFromCodeOffset()
221 return it.code_offset() == code_offset_; in HasBreakPoint()
290 interpreter::Bytecodes::FromByte(bytecode_array.get(code_offset())); in GetDebugBreakType()
295 interpreter::Bytecodes::FromByte(bytecode_array.get(code_offset() + 1)); in GetDebugBreakType()
325 interpreter::BytecodeArrayIterator(bytecode_array, code_offset()) in SetDebugBreak()
335 bytecode_array.set(code_offset(), original.get(code_offset())); in ClearDebugBreak()
352 handle(bytecode_array, isolate()), code_offset()); in GetBreakLocation()
363 return BreakLocation(code, type, code_offset(), position_, in GetBreakLocation()
1145 int code_offset = summary.code_offset(); in PrepareStepOnThrow() local
1147 int index = table.LookupRange(code_offset, nullptr, &prediction); in PrepareStepOnThrow()
1235 summary.abstract_code()->SourceStatementPosition(summary.code_offset()); in PrepareStep()