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

/external/chromium_org/v8/src/
H A Dparser.cc3705 int function_block_pos = position(); local
3710 cached_parse_data_->GetFunctionEntry(function_block_pos);
3714 CHECK(entry.end_pos() > function_block_pos);
3722 total_preparse_skipped_ += scope_->end_position() - function_block_pos;
3750 total_preparse_skipped_ += scope_->end_position() - function_block_pos;
3758 log_->LogFunction(function_block_pos, body_end,

Completed in 104 milliseconds