Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap-inl.h380 case Heap::kForRuntime: in FindAllocationMemento()
Dheap.h234 enum FindMementoMode { kForRuntime, kForGC }; enumerator
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc1300 heap->FindAllocationMemento<Heap::kForRuntime>(object.map(), object); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
Djs-objects.cc5228 heap->FindAllocationMemento<Heap::kForRuntime>(object->map(), *object); in UpdateAllocationSite()