Lines Matching refs:cast
62 return SourcePositionTableWithFrameCache::cast(maybe_table)
129 Code* AbstractCode::GetCode() { return Code::cast(this); }
132 return BytecodeArray::cast(this);
136 return DependentCode::cast(Get(kNextLinkIndex)->ToStrongHeapObject());
204 if (maybe_table->IsByteArray()) return ByteArray::cast(maybe_table);
206 return SourcePositionTableWithFrameCache::cast(maybe_table)
555 // Code::cast. Code::cast does not work when the object's map is
579 return Map::cast(object)->CanTransition();
582 object = Cell::cast(object)->value();
584 object = PropertyCell::cast(object)->value();
711 if (maybe_table->IsByteArray()) return ByteArray::cast(maybe_table);
713 return SourcePositionTableWithFrameCache::cast(maybe_table)
721 set_source_position_table(SourcePositionTableWithFrameCache::cast(maybe_table)