Lines Matching refs:code_offset
105 int offset = summary.code_offset(); in FromFrame()
117 int offset = summary.code_offset(); in AllAtCurrentStatement()
154 if (it.code_offset() <= offset && offset - it.code_offset() < distance) { in BreakIndexFromCodeOffset()
156 distance = offset - it.code_offset(); in BreakIndexFromCodeOffset()
178 return it.code_offset() == code_offset_; in HasBreakPoint()
251 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset())); in GetDebugBreakType()
256 bytecode_array->get(code_offset() + 1)); in GetDebugBreakType()
286 interpreter::BytecodeArrayAccessor(bytecode_array, code_offset()) in SetDebugBreak()
296 bytecode_array->set(code_offset(), original->get(code_offset())); in ClearDebugBreak()
312 handle(bytecode_array, isolate()), code_offset()); in GetBreakLocation()
319 return BreakLocation(code, type, code_offset(), position_, in GetBreakLocation()
927 int code_offset = summary.code_offset(); in PrepareStepOnThrow() local
929 int index = table.LookupRange(code_offset, nullptr, &prediction); in PrepareStepOnThrow()
1017 summary.abstract_code()->SourceStatementPosition(summary.code_offset()); in PrepareStep()