OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:line_count_estimate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
handles.cc
336
int
line_count_estimate
= src->length() >> 4;
local
337
List<int> line_ends(
line_count_estimate
);
/external/v8/src/
handles.cc
449
int
line_count_estimate
= src->length() >> 4;
local
450
List<int> line_ends(
line_count_estimate
);
[
all
...]
Completed in 719 milliseconds