OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocation_sites_list
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/v8/src/
serialize.cc
767
if (isolate_->heap()->
allocation_sites_list
() == Smi::FromInt(0)) {
833
if (isolate_->heap()->
allocation_sites_list
() == Smi::FromInt(0)) {
836
site->set_weak_next(isolate_->heap()->
allocation_sites_list
());
860
// TODO(mvstanton): consider treating the heap()->
allocation_sites_list
()
[
all
...]
heap.cc
504
Object* list_element =
allocation_sites_list
();
567
Object* list_element =
allocation_sites_list
();
[
all
...]
factory.cc
933
site->set_weak_next(isolate()->heap()->
allocation_sites_list
());
[
all
...]
heap.h
842
Object*
allocation_sites_list
() { return
allocation_sites_list
_; }
function in class:v8::internal::Heap
[
all
...]
mark-compact.cc
[
all
...]
objects.cc
[
all
...]
/external/chromium_org/v8/test/cctest/
test-heap.cc
[
all
...]
Completed in 56 milliseconds