Searched defs:end_position (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dcompiler.cc363 int end_position = shared->end_position(); local
365 Counters::total_compile_size.Increment(end_position - start_position);
372 end_position,
534 fun->shared()->set_end_position(lit->end_position());
H A Dast.h1354 int end_position,
1366 end_position_(end_position),
1389 int end_position() const { return end_position_; } function in class:v8::internal::FunctionLiteral
1345 FunctionLiteral(Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, bool has_only_simple_this_property_assignments, Handle<FixedArray> this_property_assignments, int num_parameters, int start_position, int end_position, bool is_expression) argument
H A Dparser.cc5083 int end_position,
5092 parser.ParseLazy(SubString(script_source, start_position, end_position),
5080 MakeLazyAST(Handle<Script> script, Handle<String> name, int start_position, int end_position, bool is_expression) argument

Completed in 52 milliseconds