Searched refs:map_or_property_cell (Results 1 – 1 of 1) sorted by relevance
934 TNode<HeapObject> map_or_property_cell = ToWeakHeapObject(handler, miss); in HandleStoreICHandlerCase() local937 Branch(IsMap(map_or_property_cell), &store_transition, &store_global); in HandleStoreICHandlerCase()941 TNode<PropertyCell> property_cell = CAST(map_or_property_cell); in HandleStoreICHandlerCase()948 TNode<Map> map = CAST(map_or_property_cell); in HandleStoreICHandlerCase()