Searched refs:start_position_ (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/
H A Dpending-compilation-error-handler.h26 start_position_(-1),
39 start_position_ = start_position;
53 start_position_ = start_position;
70 int start_position_; member in class:v8::internal::PendingCompilationErrorHandler
H A Dpending-compilation-error-handler.cc36 MessageLocation location(script, start_position_, end_position_);
/external/v8/src/parsing/
H A Dparse-info.h164 int start_position() const { return start_position_; }
166 start_position_ = start_position;
268 int start_position_; member in class:v8::internal::ParseInfo
H A Dparse-info.cc32 start_position_(0),
/external/v8/src/profiler/
H A Dallocation-tracker.cc303 : start_position_(start),
322 info_->line = Script::GetLineNumber(script_, start_position_);
323 info_->column = Script::GetColumnNumber(script_, start_position_);
H A Dallocation-tracker.h135 int start_position_; member in class:v8::internal::AllocationTracker::UnresolvedLocation
/external/v8/src/ast/
H A Dscopes.h289 int start_position() const { return start_position_; }
291 start_position_ = statement_pos;
525 int start_position_; member in class:v8::internal::Scope
H A Dscopes.cc322 start_position_ = kNoSourcePosition;
/external/v8/src/compiler/
H A Dast-graph-builder.h568 SourcePositionTable::Scope pos_scope(source_positions_, start_position_);
576 SourcePosition(node->position(), start_position_.InliningId())); \
584 SourcePosition const start_position_; member in class:v8::internal::compiler::final
H A Dbytecode-graph-builder.h331 SourcePosition const start_position_; member in class:v8::internal::compiler::BytecodeGraphBuilder
H A Dbytecode-graph-builder.cc494 start_position_(shared_info->start_position(), inlining_id) {}
550 SourcePositionTable::Scope pos_scope(source_positions_, start_position_);
2412 it->source_position().ScriptOffset(), start_position_.InliningId()));
H A Dast-graph-builder.cc3189 start_position_(info->shared_info()->start_position(), inlining_id) {}

Completed in 1289 milliseconds