Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h477 case Heap::kForRuntime: in FindAllocationMemento()
Dheap.h356 enum FindMementoMode { kForRuntime, kForGC }; enumerator
/external/v8/src/
Dobjects.cc15925 heap->FindAllocationMemento<Heap::kForRuntime>(object->map(), *object); in UpdateAllocationSite()