Searched refs:next_map (Results 1 – 3 of 3) sorted by relevance
946 Map next_map = current_map.ElementsTransitionMap(isolate, cmode); in FindClosestElementsTransition() local947 if (next_map.is_null()) return current_map; in FindClosestElementsTransition()948 kind = next_map.elements_kind(); in FindClosestElementsTransition()949 current_map = next_map; in FindClosestElementsTransition()
4924 Map next_map; in InvalidatePrototypeChainsInternal() local4925 for (; !map.is_null(); map = next_map, next_map = Map()) { in InvalidatePrototypeChainsInternal()4944 if (next_map.is_null()) { in InvalidatePrototypeChainsInternal()4945 next_map = Map::cast(heap_object); in InvalidatePrototypeChainsInternal()
1859 auto next_map = __ MakeLabel(); in LowerCheckMaps() local1860 __ BranchWithCriticalSafetyCheck(check, &done, &next_map); in LowerCheckMaps()1861 __ Bind(&next_map); in LowerCheckMaps()1881 auto next_map = __ MakeLabel(); in LowerCheckMaps() local1882 __ BranchWithCriticalSafetyCheck(check, &done, &next_map); in LowerCheckMaps()1883 __ Bind(&next_map); in LowerCheckMaps()1903 auto next_map = __ MakeLabel(); in LowerCheckMaps() local1904 __ BranchWithCriticalSafetyCheck(check, &done, &next_map); in LowerCheckMaps()1905 __ Bind(&next_map); in LowerCheckMaps()1947 auto next_map = __ MakeLabel(); in LowerCompareMaps() local[all …]