Searched refs:target_cell (Results 1 – 19 of 19) sorted by relevance
306 Handle<WeakCell> target_cell = Map::WeakCellForMap(target_map); in PutPrototypeTransition() local326 cache->set(entry, *target_cell); in PutPrototypeTransition()338 WeakCell* target_cell = in GetPrototypeTransition() local340 if (!target_cell->cleared() && in GetPrototypeTransition()341 Map::cast(target_cell->value())->prototype() == *prototype) { in GetPrototypeTransition()342 return handle(Map::cast(target_cell->value())); in GetPrototypeTransition()
245 code->IsWeakObjectInOptimizedCode(it.rinfo()->target_cell())) { in RegisterWeakObjectsInOptimizedCode()246 objects.push_back(handle(it.rinfo()->target_cell(), isolate)); in RegisterWeakObjectsInOptimizedCode()
539 INLINE(Cell* target_cell());
1510 ? it.rinfo()->target_cell() in VerifyEmbeddedObjects()
833 Object::VerifyPointer(target_cell()); in Verify()
13729 Object* old_pointer = rinfo->target_cell(); in VisitCell()
273 Object* cell = rinfo->target_cell(); in UpdateCell()
245 Cell* cell = rinfo->target_cell(); in VisitCell()
90 if (!code->IsWeakObject(rinfo->target_cell())) { in VisitCell()1560 Cell* cell = rinfo->target_cell(); in VisitCell()
269 Cell* RelocInfo::target_cell() { in target_cell() function
287 Cell* RelocInfo::target_cell() { in target_cell() function
176 Cell* RelocInfo::target_cell() { in target_cell() function
209 Cell* RelocInfo::target_cell() { in target_cell() function
235 Cell* RelocInfo::target_cell() { in target_cell() function
172 Cell* RelocInfo::target_cell() { in target_cell() function
448 Cell* RelocInfo::target_cell() { in target_cell() function
685 Cell* object = Cell::cast(rinfo->target_cell()); in VisitCell()
766 Cell* RelocInfo::target_cell() {