• Home
  • Raw
  • Download

Lines Matching full:cast

73         TaggedArray *array = TaggedArray::Cast(cachedValue.GetTaggedObject());  in CheckPolyHClass()
117 return LoadElement(JSObject::Cast(receiver.GetTaggedObject()), key); in TryLoadICByValue()
145 … return StoreElement(thread, JSObject::Cast(receiver.GetTaggedObject()), key, value, secondValue); in TryStoreICByValue()
201 StoreField(thread, JSObject::Cast(receiver.GetTaggedObject()), value, handlerInfo); in StoreICWithHandler()
205 auto accessor = LoadFromField(JSObject::Cast(holder.GetTaggedObject()), handlerInfo); in StoreICWithHandler()
209 StoreWithTransition(thread, JSObject::Cast(receiver.GetTaggedObject()), value, handler); in StoreICWithHandler()
213 … return StoreTransWithProto(thread, JSObject::Cast(receiver.GetTaggedObject()), value, handler); in StoreICWithHandler()
232 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(handler.GetTaggedObject()); in StorePrototype()
235 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StorePrototype()
249 StoreTSHandler *storeTSHandler = StoreTSHandler::Cast(handler.GetTaggedObject()); in StoreWithTS()
252 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreWithTS()
260 StoreField(thread, JSObject::Cast(receiver.GetTaggedObject()), value, handlerInfoInt); in StoreWithTS()
264 auto accessor = LoadFromField(JSObject::Cast(holder.GetTaggedObject()), handlerInfoInt); in StoreWithTS()
277 …TransWithProtoHandler *transWithProtoHandler = TransWithProtoHandler::Cast(handler.GetTaggedObject… in StoreWithTransition()
278 newHClass = JSHClass::Cast(transWithProtoHandler->GetTransitionHClass().GetTaggedObject()); in StoreWithTransition()
281 TransitionHandler *transitionHandler = TransitionHandler::Cast(handler.GetTaggedObject()); in StoreWithTransition()
282 newHClass = JSHClass::Cast(transitionHandler->GetTransitionHClass().GetTaggedObject()); in StoreWithTransition()
290 TaggedArray *array = TaggedArray::Cast(receiver->GetProperties().GetTaggedObject()); in StoreWithTransition()
322 …TransWithProtoHandler *transWithProtoHandler = TransWithProtoHandler::Cast(handler.GetTaggedObject… in StoreTransWithProto()
325 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreTransWithProto()
342 TaggedArray *array = TaggedArray::Cast(receiver->GetProperties().GetTaggedObject()); in StoreField()
353 return TaggedArray::Cast(receiver->GetProperties().GetTaggedObject())->Get(index); in LoadFromField()
359 PropertyBox *cell = PropertyBox::Cast(handler.GetTaggedObject()); in LoadGlobal()
372 PropertyBox *cell = PropertyBox::Cast(handler.GetTaggedObject()); in StoreGlobal()
385 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(handler.GetTaggedObject()); in LoadPrototype()
388 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in LoadPrototype()
404 return LoadFromField(JSObject::Cast(holder.GetTaggedObject()), handlerInfo); in LoadICWithHandler()
410 auto accessor = LoadFromField(JSObject::Cast(holder.GetTaggedObject()), handlerInfo); in LoadICWithHandler()
428 TaggedArray *elements = TaggedArray::Cast(receiver->GetElements().GetTaggedObject()); in LoadElement()
455 JSArray::CheckAndCopyArray(thread, JSHandle<JSArray>::Cast(receiverHandle)); in StoreElement()
457 JSArray *arr = JSArray::Cast(*receiverHandle); in StoreElement()
463 TaggedArray *elements = TaggedArray::Cast(receiverHandle->GetElements().GetTaggedObject()); in StoreElement()
479 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(handler.GetTaggedObject()); in StoreElement()
482 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreElement()
523 … LoadICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileInfoHandle), slotId, kind); in LoadMiss()
535 …StoreICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileInfoHandle), slotId, kind); in StoreMiss()