Home
last modified time | relevance | path

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

/external/v8/src/
Dexternal-reference.h38 V(allocation_sites_list_address, "Heap::allocation_sites_list_address()") \
Dexternal-reference.cc394 ExternalReference ExternalReference::allocation_sites_list_address( in allocation_sites_list_address() function in v8::internal::ExternalReference
396 return ExternalReference(isolate->heap()->allocation_sites_list_address()); in allocation_sites_list_address()
Dcode-stub-assembler.cc9873 ExternalReference::allocation_sites_list_address(isolate())); in CreateAllocationSiteInFeedbackVector()
/external/v8/src/heap/
Dheap.h565 Object** allocation_sites_list_address() { return &allocation_sites_list_; } in allocation_sites_list_address() function