OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxNameSize
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/profiler/
strings-storage.h
31
static const int
kMaxNameSize
= 1024;
strings-storage.cc
81
int length = Min(
kMaxNameSize
, str->length());
/external/v8/src/
d8.h
28
static const int
kMaxNameSize
= 64;
39
uint8_t name_[
kMaxNameSize
];
d8.cc
967
for (i = 0; i <
kMaxNameSize
- 1 && name[i]; i++)
984
max_name_size_ = Counter::
kMaxNameSize
;
[
all
...]
Completed in 1994 milliseconds