Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor.cc536 Label correct_elements_map(this), abort(this, Label::kDeferred); in EmitFastCloneShallowArray() local
537 Branch(IsFixedDoubleArrayMap(elements_map), &correct_elements_map, in EmitFastCloneShallowArray()
548 Bind(&correct_elements_map); in EmitFastCloneShallowArray()