Home
last modified time | relevance | path

Searched refs:allocation_sites_list_address (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dexternal-reference-table.cc165 Add(ExternalReference::allocation_sites_list_address(isolate).address(), in AddReferences()
Dassembler.cc1215 ExternalReference ExternalReference::allocation_sites_list_address( in allocation_sites_list_address() function in v8::internal::ExternalReference
1217 return ExternalReference(isolate->heap()->allocation_sites_list_address()); in allocation_sites_list_address()
Dassembler.h909 static ExternalReference allocation_sites_list_address(Isolate* isolate);
Dcode-stub-assembler.cc6242 ExternalReference::allocation_sites_list_address(isolate())); in CreateAllocationSiteInFeedbackVector()
/external/v8/src/heap/
Dheap.h786 Object** allocation_sites_list_address() { return &allocation_sites_list_; } in allocation_sites_list_address() function