Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.h89 V(DEOPT_MARKED_ALLOCATION_SITES, DeoptMarkedAllocationSites, 6)
Dexecution.cc463 isolate_->heap()->DeoptMarkedAllocationSites(); in HandleInterrupts()
/external/v8/src/heap/
Dheap.h903 void DeoptMarkedAllocationSites();
Dheap.cc602 void Heap::DeoptMarkedAllocationSites() { in DeoptMarkedAllocationSites() function in v8::internal::Heap