Lines Matching refs:code_start_offset

206   BytecodeIterator iterator(module_start + func.code_start_offset,  in IsBreakablePosition()
734 int offset_in_func = position - func.code_start_offset; in SetBreakpointsOnNewInstance()
869 DCHECK_GE(kMaxInt, functions[func_index].code_start_offset); in GetFunctionOffset()
870 return static_cast<int>(functions[func_index].code_start_offset); in GetFunctionOffset()
882 if (functions[mid].code_start_offset <= byte_offset) { in GetContainingFunction()
890 if (byte_offset < func.code_start_offset || in GetContainingFunction()
906 info->column = position - function.code_start_offset; in GetPositionInfo()
907 info->line_start = function.code_start_offset; in GetPositionInfo()
970 wasm_funs[num_imported_functions + func].code_start_offset; in GetDecodedAsmJsOffsetTable()
997 compiled_module->module()->functions[func_index].code_start_offset; in GetAsmJsSourcePosition()
1059 functions[start_func_index].code_start_offset; in GetPossibleBreakpoints()
1062 functions[start_func_index].code_start_offset + start.GetColumnNumber(); in GetPossibleBreakpoints()
1082 functions[end_func_index].code_start_offset + end.GetColumnNumber(); in GetPossibleBreakpoints()
1094 if (func.code_start_offset == func.code_end_offset) continue; in GetPossibleBreakpoints()
1097 BytecodeIterator iterator(module_start + func.code_start_offset, in GetPossibleBreakpoints()
1101 uint32_t total_offset = func.code_start_offset + offset; in GetPossibleBreakpoints()
1122 int offset_in_func = *position - func.code_start_offset; in SetBreakPoint()