HomeSort by relevance Sort by last modified time
    Searched full:first_allocation_site (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
type-info.cc 348 AllocationSite* first_allocation_site = code->FindFirstAllocationSite(); local
349 if (first_allocation_site != NULL) {
350 *allocation_site = handle(first_allocation_site);

Completed in 94 milliseconds