Searched refs:to_elements (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | bootstrapper.cc | 3316 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties() local 3317 to->set_elements(*to_elements); in TransferIndexedProperties()
|
D | objects.h | 2421 ElementsKind to_kind, Handle<FixedArrayBase> to_elements);
|
D | objects.cc | 2060 ElementsKind to_kind, Handle<FixedArrayBase> to_elements) { in PrintElementsTransition() argument 2071 to_elements->ShortPrint(file); in PrintElementsTransition()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 2992 HValue* to_elements, in BuildCopyElements() argument 3013 BuildFillElementsWithHole(to_elements, to_elements_kind, in BuildCopyElements() 3023 Add<HStoreKeyed>(to_elements, key_constant, value, nullptr, in BuildCopyElements() 3029 BuildFillElementsWithHole(to_elements, to_elements_kind, in BuildCopyElements() 3056 Add<HStoreKeyed>(to_elements, key, hole_constant, nullptr, kind); in BuildCopyElements() 3059 Add<HStoreKeyed>(to_elements, key, element, nullptr, kind); in BuildCopyElements() 3064 Add<HStoreKeyed>(to_elements, key, element, nullptr, kind); in BuildCopyElements()
|
D | hydrogen.h | 1822 HValue* to_elements,
|