Home
last modified time | relevance | path

Searched refs:cell_map (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Droots.h43 V(Map, cell_map, CellMap) \
Dfeedback-vector.cc984 Map* cell_map = Map::cast(heap_object); in FindHandlerForMap() local
985 if (cell_map == *map && !GetFeedbackExtra()->IsClearedWeakHeapObject()) { in FindHandlerForMap()
/external/v8/src/heap/
Dsetup-heap-internal.cc427 obj->set_map_after_allocation(roots.cell_map(), SKIP_WRITE_BARRIER); in CreateInitialMaps()
Dfactory.cc1729 AllocateRawWithImmortalMap(Cell::kSize, TENURED, *cell_map()); in NewCell()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1665 object != roots.fixed_array_map() && object != roots.cell_map() && in IsEssentialObject()