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 - 13
of
13
) sorted by null
/external/v8/src/
compiler.cc
535
if (result->ic_age() != HEAP->
global_ic_age
()) {
536
result->ResetForNewContext(HEAP->
global_ic_age
());
594
if (result->ic_age() != HEAP->
global_ic_age
()) {
595
result->ResetForNewContext(HEAP->
global_ic_age
());
incremental-marking.cc
183
&& (target->ic_age() != heap_->
global_ic_age
())) {
209
if (shared->ic_age() != heap_->
global_ic_age
()) {
210
shared->ResetForNewContext(heap_->
global_ic_age
());
factory.cc
540
if (function_info->ic_age() != isolate()->heap()->
global_ic_age
()) {
541
function_info->ResetForNewContext(isolate()->heap()->
global_ic_age
());
[
all
...]
mark-compact.cc
[
all
...]
heap.h
1593
int
global_ic_age
() {
function in class:v8::internal::Heap
[
all
...]
objects.h
[
all
...]
/external/chromium_org/v8/src/
objects-visiting-inl.h
303
Serializer::enabled() || target->ic_age() != heap->
global_ic_age
())) {
433
if (shared->ic_age() != heap->
global_ic_age
()) {
434
shared->ResetForNewContext(heap->
global_ic_age
());
[
all
...]
compiler.cc
826
if (result->ic_age() != isolate->heap()->
global_ic_age
()) {
827
result->ResetForNewContext(isolate->heap()->
global_ic_age
());
[
all
...]
factory.cc
729
if (function_info->ic_age() != isolate()->heap()->
global_ic_age
()) {
730
function_info->ResetForNewContext(isolate()->heap()->
global_ic_age
());
[
all
...]
heap.h
1781
int
global_ic_age
() {
function in class:v8::internal::Heap
[
all
...]
objects.h
[
all
...]
/external/v8/test/cctest/
test-heap.cc
[
all
...]
/external/chromium_org/v8/test/cctest/
test-heap.cc
[
all
...]
Completed in 552 milliseconds