Home
last modified time | relevance | path

Searched refs:next_map (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap.cc946 Map next_map = current_map.ElementsTransitionMap(isolate, cmode); in FindClosestElementsTransition() local
947 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()
Djs-objects.cc4924 Map next_map; in InvalidatePrototypeChainsInternal() local
4925 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()
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc1859 auto next_map = __ MakeLabel(); in LowerCheckMaps() local
1860 __ BranchWithCriticalSafetyCheck(check, &done, &next_map); in LowerCheckMaps()
1861 __ Bind(&next_map); in LowerCheckMaps()
1881 auto next_map = __ MakeLabel(); in LowerCheckMaps() local
1882 __ BranchWithCriticalSafetyCheck(check, &done, &next_map); in LowerCheckMaps()
1883 __ Bind(&next_map); in LowerCheckMaps()
1903 auto next_map = __ MakeLabel(); in LowerCheckMaps() local
1904 __ BranchWithCriticalSafetyCheck(check, &done, &next_map); in LowerCheckMaps()
1905 __ Bind(&next_map); in LowerCheckMaps()
1947 auto next_map = __ MakeLabel(); in LowerCompareMaps() local
[all …]