Searched defs:line_offset (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp459 int32_t line_offset = prologue->LineBase + local
461 state.Line += line_offset;
/external/v8/src/
H A Dcompilation-cache.cc145 int line_offset,
155 if (line_offset != script->line_offset()->value()) return false;
170 int line_offset,
186 if (HasOrigin(function_info, name, line_offset, column_offset)) {
214 ASSERT(HasOrigin(shared, name, line_offset, column_offset));
385 int line_offset,
391 return script_.Lookup(source, name, line_offset, column_offset);
142 HasOrigin( Handle<SharedFunctionInfo> function_info, Handle<Object> name, int line_offset, int column_offset) argument
168 Lookup(Handle<String> source, Handle<Object> name, int line_offset, int column_offset) argument
383 LookupScript(Handle<String> source, Handle<Object> name, int line_offset, int column_offset) argument
H A Dcompiler.cc473 int line_offset,
494 line_offset,
515 script->set_line_offset(Smi::FromInt(line_offset));
471 Compile(Handle<String> source, Handle<Object> script_name, int line_offset, int column_offset, v8::Extension* extension, ScriptDataImpl* pre_data, Handle<Object> script_data, NativesFlag natives) argument
H A Dapi.cc1488 int line_offset = 0; local
1495 line_offset = static_cast<int>(origin->ResourceLineOffset()->Value());
1515 line_offset,
3648 v8::Integer::New(script->line_offset()->value()),
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp2748 int line_offset = ftell( fs->file ); local
2758 last_occurence = line_offset + (int)(ptr - ptr0);
/external/v8/test/cctest/
H A Dtest-api.cc10927 int line_offset) {
10935 CHECK_EQ(10 + line_offset, message->GetLineNumber());
13715 v8::Handle<v8::Integer> line_offset = v8::Integer::New(3); local
13717 v8::ScriptOrigin detailed_origin(origin, line_offset, column_offset);
10925 CheckTryCatchSourceInfo(v8::Handle<v8::Script> script, const char* resource_name, int line_offset) argument

Completed in 236 milliseconds