OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:global_ic_age
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/v8/src/
objects-visiting-inl.h
289
target->ic_age() != heap->
global_ic_age
() ||
450
if (shared->ic_age() != heap->
global_ic_age
()) {
451
shared->ResetForNewContext(heap->
global_ic_age
());
[
all
...]
compiler.cc
[
all
...]
factory.cc
[
all
...]
heap.h
1337
int
global_ic_age
() {
function in class:v8::internal::Heap
[
all
...]
objects.h
[
all
...]
/external/chromium_org/v8/test/cctest/
test-heap.cc
[
all
...]
Completed in 170 milliseconds