Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.h96 V(DEOPT_MARKED_ALLOCATION_SITES, DeoptMarkedAllocationSites, 5)
Dexecution.cc482 isolate_->heap()->DeoptMarkedAllocationSites(); in HandleInterrupts()
/external/v8/src/heap/
Dheap.h916 void DeoptMarkedAllocationSites();
Dheap.cc624 void Heap::DeoptMarkedAllocationSites() { in DeoptMarkedAllocationSites() function in v8::internal::Heap