Home
last modified time | relevance | path

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

12

/external/v8/src/
Dcompilation-cache.cc145 int line_offset, in HasOrigin() argument
155 if (line_offset != script->line_offset()->value()) return false; in HasOrigin()
170 int line_offset, in Lookup() argument
186 if (HasOrigin(function_info, name, line_offset, column_offset)) { in Lookup()
214 ASSERT(HasOrigin(shared, name, line_offset, column_offset)); in Lookup()
385 int line_offset, in LookupScript() argument
391 return script_.Lookup(source, name, line_offset, column_offset); in LookupScript()
Dmessages.js393 line += this.line_offset;
394 if (line == this.line_offset) {
423 line = opt_line - this.line_offset;
462 var from_line = IS_UNDEFINED(opt_from_line) ? this.line_offset
464 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount()
468 from_line -= this.line_offset;
469 to_line -= this.line_offset;
486 from_line + this.line_offset,
487 to_line + this.line_offset,
497 line = opt_line - this.line_offset;
Dcompilation-cache.h100 int line_offset,
114 int line_offset,
206 int line_offset,
Dcompiler.cc473 int line_offset, in Compile() argument
494 line_offset, in Compile()
515 script->set_line_offset(Smi::FromInt(line_offset)); in Compile()
Dcompiler.h290 int line_offset,
Dhandles.cc488 return script->line_offset()->value(); in GetScriptLineNumber()
500 return right + script->line_offset()->value(); in GetScriptLineNumber()
510 line_number = line_number - script->line_offset()->value(); in GetScriptColumnNumber()
Daccessors.cc229 return Script::cast(script)->line_offset(); in ScriptGetLineOffset()
Dobjects-debug.cc749 line_offset()->SmiVerify(); in ScriptVerify()
Dobjects-printer.cc957 line_offset()->ShortPrint(out); in ScriptPrint()
Ddebug-debugger.js399 if (!(script.line_offset <= this.line_ &&
400 this.line_ < script.line_offset + script.lineCount())) {
/external/chromium_org/v8/src/
Dcompilation-cache.cc146 int line_offset, in HasOrigin() argument
157 if (line_offset != script->line_offset()->value()) return false; in HasOrigin()
175 int line_offset, in Lookup() argument
195 line_offset, in Lookup()
227 line_offset, in Lookup()
404 int line_offset, in LookupScript() argument
414 line_offset, in LookupScript()
Dmessages.js432 line += this.line_offset;
433 if (line == this.line_offset) {
462 line = opt_line - this.line_offset;
501 var from_line = IS_UNDEFINED(opt_from_line) ? this.line_offset
503 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount()
507 from_line -= this.line_offset;
508 to_line -= this.line_offset;
525 from_line + this.line_offset,
526 to_line + this.line_offset,
536 line = opt_line - this.line_offset;
[all …]
Dcompilation-cache.h100 int line_offset,
122 int line_offset,
215 int line_offset,
Dhandles.cc375 return script->line_offset()->value(); in GetScriptLineNumber()
387 return right + script->line_offset()->value(); in GetScriptLineNumber()
398 line_number = line_number - script->line_offset()->value(); in GetScriptColumnNumber()
Dcompiler.cc758 int line_offset, in Compile() argument
781 line_offset, in Compile()
804 script->set_line_offset(Smi::FromInt(line_offset)); in Compile()
Dcompiler.h607 int line_offset,
Daccessors.cc303 return Script::cast(script)->line_offset(); in ScriptGetLineOffset()
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck.h104 int line_offset,
Dspellcheck.cc350 int line_offset, in CreateTextCheckingResults() argument
376 word_location + line_offset, in CreateTextCheckingResults()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDebuggerScript.js139 var endLine = script.line_offset + lineCount - 1;
156 startLine: script.line_offset,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py2115 line_offset = 0
2118 line_offset += 1
2125 error(line_number + line_offset, 'whitespace/indent', 4,
2294 line_offset = 0
2298 line_offset += 1
2326 error(line_number + line_offset, 'whitespace/indent', 4,
2337 error(line_number + line_offset, 'whitespace/indent', 4,
2436 line_offset = 0
2440 line_offset -= 1
2492 error(line_number + line_offset, 'readability/control_flow', 4,
[all …]
/external/llvm/lib/DebugInfo/
DDWARFDebugLine.cpp468 int32_t line_offset = prologue->LineBase + in parseStatementTable() local
470 state.Line += line_offset; in parseStatementTable()
/external/chromium_org/ui/gfx/
Drender_text_win.cc808 const Vector2d line_offset = GetLineOffset(i); in DrawVisualText() local
811 if (!display_rect().Intersects(Rect(PointAtOffsetFromOrigin(line_offset), in DrawVisualText()
815 const Vector2d text_offset = line_offset + Vector2d(0, line.baseline); in DrawVisualText()
828 const Rect segment_bounds(PointAtOffsetFromOrigin(line_offset) + in DrawVisualText()
/external/jpeg/
Djpeglib.h1046 int line_offset,
/external/qemu/distrib/jpeg-6b/
Djpeglib.h1046 int line_offset,

12