Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc2247 Handle<FixedArray> to_elements = FACTORY->CopyFixedArray(from_elements); in TransferIndexedProperties() local
2248 to->set_elements(*to_elements); in TransferIndexedProperties()
Dobjects.h2046 ElementsKind to_kind, FixedArrayBase* to_elements);
Dobjects.cc1147 ElementsKind to_kind, FixedArrayBase* to_elements) { in PrintElementsTransition() argument
1160 to_elements->ShortPrint(file); in PrintElementsTransition()
/external/chromium_org/v8/src/
Dbootstrapper.cc2503 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties() local
2504 to->set_elements(*to_elements); in TransferIndexedProperties()
Dhydrogen.cc2395 HValue* to_elements, in BuildCopyElements() argument
2407 BuildFillElementsWithHole(to_elements, to_elements_kind, in BuildCopyElements()
2432 Add<HStoreKeyed>(to_elements, key, hole_constant, kind); in BuildCopyElements()
2434 HStoreKeyed* store = Add<HStoreKeyed>(to_elements, key, element, kind); in BuildCopyElements()
2438 HStoreKeyed* store = Add<HStoreKeyed>(to_elements, key, element, kind); in BuildCopyElements()
2446 BuildFillElementsWithHole(to_elements, to_elements_kind, in BuildCopyElements()
Dhydrogen.h1703 HValue* to_elements,
Dobjects.h2565 ElementsKind to_kind, FixedArrayBase* to_elements);
Dobjects.cc1528 ElementsKind to_kind, FixedArrayBase* to_elements) { in PrintElementsTransition() argument
1541 to_elements->ShortPrint(file); in PrintElementsTransition()