Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dexternal-reference.h39 V(allocation_sites_list_address, "Heap::allocation_sites_list_address()") \
Dexternal-reference.cc468 ExternalReference ExternalReference::allocation_sites_list_address( in allocation_sites_list_address() function in v8::internal::ExternalReference
470 return ExternalReference(isolate->heap()->allocation_sites_list_address()); in allocation_sites_list_address()
Dcode-stub-assembler.cc11616 ExternalReference::allocation_sites_list_address(isolate())); in CreateAllocationSiteInFeedbackVector()
/third_party/node/deps/v8/src/heap/
Dheap.h584 Address allocation_sites_list_address() { in allocation_sites_list_address() function