Searched refs:end_position_ (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/
H A Dpending-compilation-error-handler.h27 end_position_(-1),
40 end_position_ = end_position;
54 end_position_ = end_position;
67 end_position_ = end_position;
85 int end_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.h147 int end_position() const { return end_position_; }
148 void set_end_position(int end_position) { end_position_ = end_position; }
229 int end_position_; member in class:v8::internal::ParseInfo
H A Dparse-info.cc27 end_position_(0),
/external/v8/src/ast/
H A Dscopes.h270 int end_position() const { return end_position_; }
272 end_position_ = statement_pos;
483 int end_position_; member in class:v8::internal::Scope
H A Dast.h2810 int end_position() const { return end_position_; }
2849 end_position_(end_position),
2859 int end_position_; member in class:v8::internal::final
H A Dscopes.cc280 end_position_ = kNoSourcePosition;
/external/v8/src/compiler/
H A Dregister-allocator.h715 LifetimePosition End() const { return end_position_; }
722 LifetimePosition end_position_; member in class:v8::internal::compiler::LiveRange::final
H A Dregister-allocator.cc1250 end_position_ = node->end();
1271 end_position_ = other->End();
1273 other->end_position_ = max;

Completed in 148 milliseconds