Searched refs:to_elements (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | bootstrapper.cc | 2553 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties() local 2554 to->set_elements(*to_elements); in TransferIndexedProperties()
|
D | hydrogen.cc | 2841 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()
|
D | hydrogen.h | 1843 HValue* to_elements,
|
D | objects.h | 2121 ElementsKind to_kind, Handle<FixedArrayBase> to_elements);
|
D | objects.cc | 1286 ElementsKind to_kind, Handle<FixedArrayBase> to_elements) { in PrintElementsTransition() argument 1297 to_elements->ShortPrint(file); in PrintElementsTransition()
|