Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dremembered-set.h247 chunk->ReleaseTypedSlotSet<type>(); in IterateTyped()
259 chunk->ReleaseTypedSlotSet<OLD_TO_OLD>(); in ClearAll()
Dspaces.cc1342 ReleaseTypedSlotSet<OLD_TO_NEW>(); in AllocateChunk()
1343 ReleaseTypedSlotSet<OLD_TO_OLD>(); in AllocateChunk()
1408 template void MemoryChunk::ReleaseTypedSlotSet<OLD_TO_NEW>(); in AllocateChunk()
1409 template void MemoryChunk::ReleaseTypedSlotSet<OLD_TO_OLD>(); in AllocateChunk()
1412 void MemoryChunk::ReleaseTypedSlotSet() { in AllocateChunk() function in v8::internal::MemoryChunk
Dspaces.h513 void ReleaseTypedSlotSet();