Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc2553 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties() local
2554 to->set_elements(*to_elements); in TransferIndexedProperties()
Dhydrogen.cc2841 HValue* to_elements, in BuildCopyElements() argument
2862 BuildFillElementsWithHole(to_elements, to_elements_kind, in BuildCopyElements()
2873 Add<HStoreKeyed>(to_elements, key_constant, value, to_elements_kind); in BuildCopyElements()
2878 BuildFillElementsWithHole(to_elements, to_elements_kind, in BuildCopyElements()
2883 capacity = AddLoadFixedArrayLength(to_elements); in BuildCopyElements()
2911 Add<HStoreKeyed>(to_elements, key, hole_constant, kind); in BuildCopyElements()
2913 HStoreKeyed* store = Add<HStoreKeyed>(to_elements, key, element, kind); in BuildCopyElements()
2917 HStoreKeyed* store = Add<HStoreKeyed>(to_elements, key, element, kind); in BuildCopyElements()
Dhydrogen.h1843 HValue* to_elements,
Dobjects.h2121 ElementsKind to_kind, Handle<FixedArrayBase> to_elements);
Dobjects.cc1286 ElementsKind to_kind, Handle<FixedArrayBase> to_elements) { in PrintElementsTransition() argument
1297 to_elements->ShortPrint(file); in PrintElementsTransition()