Home
last modified time | relevance | path

Searched refs:line_offset (Results 1 – 25 of 26) sorted by relevance

12

/external/elfutils/src/libdw/
Ddwarf_macro_getsrcfiles.c45 Dwarf_Off line_offset = table->line_offset; in dwarf_macro_getsrcfiles() local
46 if (line_offset == (Dwarf_Off) -1) in dwarf_macro_getsrcfiles()
76 if (__libdw_getsrclines (dbg, line_offset, table->comp_dir, in dwarf_macro_getsrcfiles()
Ddwarf_getmacros.c126 Dwarf_Off line_offset = (Dwarf_Off) -1; in get_macinfo_table() local
128 INTUSE(dwarf_formudata) (attr, &line_offset); in get_macinfo_table()
136 table->line_offset = line_offset; in get_macinfo_table()
169 Dwarf_Off line_offset = (Dwarf_Off) -1; in get_table_for_offset() local
172 line_offset = read_addr_unaligned_inc (is_64bit ? 8 : 4, dbg, readp); in get_table_for_offset()
181 INTUSE(dwarf_formudata) (attr, &line_offset); in get_table_for_offset()
252 .line_offset = line_offset, in get_table_for_offset()
DlibdwP.h365 Dwarf_Off line_offset; member
/external/v8/src/
Dcompilation-cache.cc116 int line_offset, in HasOrigin() argument
127 if (line_offset != script->line_offset()->value()) return false; in HasOrigin()
146 int line_offset, in Lookup() argument
166 line_offset, in Lookup()
198 line_offset, in Lookup()
313 int line_offset, in LookupScript() argument
319 return script_.Lookup(source, name, line_offset, column_offset, in LookupScript()
Dmessages.js426 line += this.line_offset;
427 if (line == this.line_offset) {
456 line = opt_line - this.line_offset;
495 var from_line = IS_UNDEFINED(opt_from_line) ? this.line_offset
497 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount()
501 from_line -= this.line_offset;
502 to_line -= this.line_offset;
519 from_line + this.line_offset,
520 to_line + this.line_offset,
530 line = opt_line - this.line_offset;
[all …]
Dcompilation-cache.h77 int line_offset,
88 int line_offset,
155 Handle<String> source, Handle<Object> name, int line_offset,
Dcompiler.cc1138 Handle<String> source, Handle<Object> script_name, int line_offset, in CompileScript() argument
1172 source, script_name, line_offset, column_offset, in CompileScript()
1193 script->set_line_offset(Smi::FromInt(line_offset)); in CompileScript()
Dcompiler.h691 Handle<String> source, Handle<Object> script_name, int line_offset,
Ddebug-debugger.js388 if (!(script.line_offset <= this.line_ &&
389 this.line_ < script.line_offset + script.lineCount())) {
Dobjects-printer.cc1036 os << "\n - line_offset: " << Brief(line_offset()); in ScriptPrint()
Dobjects-debug.cc976 line_offset()->SmiVerify(); in ScriptVerify()
Dmirror-debugger.js2303 return this.script_.line_offset;
Daccessors.cc489 Object* res = Script::cast(JSValue::cast(object)->value())->line_offset(); in ScriptLineOffsetGetter()
Dapi.cc1734 int line_offset = 0; in CompileUnbound() local
1741 line_offset = static_cast<int>(source->resource_line_offset->Value()); in CompileUnbound()
1754 str, name_obj, line_offset, column_offset, is_shared_cross_origin, in CompileUnbound()
2085 v8::Integer::New(v8_isolate, script->line_offset()->value()), in GetScriptOrigin()
4165 v8::Integer::New(isolate, script->line_offset()->value()), in GetScriptOrigin()
Dliveedit.cc1455 copy->set_line_offset(original->line_offset()); in CreateScriptCopy()
Disolate.cc489 int script_line_offset = script->line_offset()->value(); in CaptureCurrentStackTrace()
Dobjects.cc9624 line_number = line_number - script->line_offset()->value(); in GetColumnNumber()
9640 return line_offset()->value(); in GetLineNumberWithArray()
9652 return right + line_offset()->value(); in GetLineNumberWithArray()
Dobjects-inl.h5361 ACCESSORS_TO_SMI(Script, line_offset, kLineOffsetOffset) in ACCESSORS()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.h226 …codes(lldb_private::Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t line_offset = DW_INVALID_OF…
227 …eRows(lldb_private::Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t line_offset = DW_INVALID_OF…
231 …vate::Log *log, const lldb_private::DataExtractor& debug_line_data, const dw_offset_t line_offset);
232 … const lldb_private::DataExtractor& debug_line_data, const dw_offset_t line_offset, uint32_t flags…
DDWARFDebugLine.cpp287 dw_sleb128_t line_offset = debug_line_data.GetSLEB128(&offset); in DumpStatementOpcodes() local
288 log->Printf( "0x%8.8x: DW_LNS_advance_line (%i)", op_offset, line_offset); in DumpStatementOpcodes()
289 row.line += line_offset; in DumpStatementOpcodes()
364 … int32_t line_offset = prologue.line_base + (adjust_opcode % prologue.line_range); in DumpStatementOpcodes() local
365 …"0x%8.8x: address += 0x%" PRIx64 ", line += %i\n", op_offset, (uint64_t)addr_offset, line_offset); in DumpStatementOpcodes()
367 row.line += line_offset; in DumpStatementOpcodes()
832 int32_t line_offset = prologue->line_base + (adjust_opcode % prologue->line_range); in ParseStatementTable() local
833 state.line += line_offset; in ParseStatementTable()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp498 int32_t line_offset = in parse() local
500 State.Row.Line += line_offset; in parse()
/external/jpeg/
Djpeglib.h1046 int line_offset,
/external/elfutils/src/src/
Dreadelf.c7256 Dwarf_Off line_offset = -1; in print_debug_macro_section() local
7260 line_offset = read_8ubyte_unaligned_inc (dbg, readp); in print_debug_macro_section()
7262 line_offset = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_macro_section()
7264 line_offset); in print_debug_macro_section()
7350 if (line_offset != (Dwarf_Off) -1) in print_debug_macro_section()
7353 while (cu != NULL && line_offset != cu->offset) in print_debug_macro_section()
/external/opencv/cxcore/src/
Dcxpersistence.cpp2748 int line_offset = ftell( fs->file ); in cvOpenFileStorage() local
2758 last_occurence = line_offset + (int)(ptr - ptr0); in cvOpenFileStorage()
/external/v8/test/cctest/
Dtest-api.cc14543 int line_offset) { in CheckTryCatchSourceInfo() argument
14551 CHECK_EQ(10 + line_offset, message->GetLineNumber()); in CheckTryCatchSourceInfo()
17322 v8::Handle<v8::Integer> line_offset = v8::Integer::New(isolate, 3); in TEST() local
17324 v8::ScriptOrigin detailed_origin(origin, line_offset, column_offset); in TEST()

12