Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.cc2854 ElementsKind to_elements_kind, in BuildCopyElements() argument
2869 IsFastObjectElementsKind(to_elements_kind); in BuildCopyElements()
2874 BuildFillElementsWithHole(to_elements, to_elements_kind, in BuildCopyElements()
2885 to_elements_kind); in BuildCopyElements()
2890 BuildFillElementsWithHole(to_elements, to_elements_kind, in BuildCopyElements()
2906 IsFastSmiElementsKind(to_elements_kind)) in BuildCopyElements()
2907 ? FAST_HOLEY_ELEMENTS : to_elements_kind; in BuildCopyElements()
2910 from_elements_kind != to_elements_kind) { in BuildCopyElements()
2914 HConstant* hole_constant = IsFastDoubleElementsKind(to_elements_kind) in BuildCopyElements()
Dhydrogen.h1795 ElementsKind to_elements_kind,