HomeSort by relevance Sort by last modified time
    Searched refs:allocation_sites_list (Results 1 - 6 of 6) sorted by null

  /external/v8/src/snapshot/
deserializer.cc 97 if (isolate_->heap()->allocation_sites_list() == Smi::FromInt(0)) {
265 // TODO(mvstanton): consider treating the heap()->allocation_sites_list()
268 if (isolate_->heap()->allocation_sites_list() == Smi::FromInt(0)) {
271 site->set_weak_next(isolate_->heap()->allocation_sites_list());
    [all...]
  /external/v8/src/heap/
heap.cc 588 Object* list_element = allocation_sites_list();
623 Object* list_element = allocation_sites_list();
    [all...]
heap.h 710 Object* allocation_sites_list() { return allocation_sites_list_; } function in class:v8::internal::Heap
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]
  /external/v8/src/
factory.cc     [all...]
objects.cc     [all...]

Completed in 194 milliseconds