Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-info.cc238 AllocationSite* first_allocation_site = code->FindFirstAllocationSite(); in BinaryType() local
239 if (first_allocation_site != NULL) { in BinaryType()
240 *allocation_site = handle(first_allocation_site); in BinaryType()