Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc3316 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties() local
3317 to->set_elements(*to_elements); in TransferIndexedProperties()
Dobjects.h2421 ElementsKind to_kind, Handle<FixedArrayBase> to_elements);
Dobjects.cc2060 ElementsKind to_kind, Handle<FixedArrayBase> to_elements) { in PrintElementsTransition() argument
2071 to_elements->ShortPrint(file); in PrintElementsTransition()
/external/v8/src/crankshaft/
Dhydrogen.cc2992 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()
Dhydrogen.h1822 HValue* to_elements,