OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Age
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/
compilation-cache.cc
90
void CompilationSubCache::
Age
() {
91
//
Age
the generations implicitly killing off the oldest.
519
subcaches_[i]->
Age
();
objects.h
[
all
...]
/external/v8/src/
compilation-cache.cc
89
void CompilationSubCache::
Age
() {
90
//
Age
the generations implicitly killing off the oldest.
492
subcaches_[i]->
Age
();
Completed in 434 milliseconds