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

/external/chromium_org/v8/src/
H A Dscopes.h243 void set_start_position(int statement_pos) { function in class:v8::internal::Scope
H A Dparser.cc886 (*scope)->set_start_position(0);
1105 scope->set_start_position(scope_->start_position());
1270 scope->set_start_position(scanner()->location().beg_pos);
2036 block_scope->set_start_position(scanner()->location().beg_pos);
2616 with_scope->set_start_position(scanner()->peek_location().beg_pos);
2747 catch_scope->set_start_position(scanner()->location().beg_pos);
3113 for_scope->set_start_position(scanner()->location().beg_pos);
3260 inner_scope->set_start_position(scanner()->location().beg_pos);
3537 scope->set_start_position(scanner()->location().beg_pos);
H A Dliveedit.cc1220 shared_info->set_start_position(start_position);
1428 info->set_start_position(new_function_start);
H A Dpreparser.h956 void set_start_position(int position) {} function in class:v8::internal::PreParserScope
2677 scope->set_start_position(start_pos);
H A Dcompiler.cc584 function_info->set_start_position(lit->start_position());
H A Dfactory.cc1945 message->set_start_position(start_position);
H A Dobjects.h6710 inline void set_start_position(int start_position);
7666 inline void set_start_position(int value);
H A Dbootstrapper.cc535 empty_function->shared()->set_start_position(0);
H A Dobjects-inl.h5626 void SharedFunctionInfo::set_start_position(int start_position) { function in class:v8::internal::Code::FindAndReplacePattern::SharedFunctionInfo

Completed in 782 milliseconds