Searched refs:to_elements (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | bootstrapper.cc | 2247 Handle<FixedArray> to_elements = FACTORY->CopyFixedArray(from_elements); in TransferIndexedProperties() local 2248 to->set_elements(*to_elements); in TransferIndexedProperties()
|
D | objects.h | 2046 ElementsKind to_kind, FixedArrayBase* to_elements);
|
D | objects.cc | 1147 ElementsKind to_kind, FixedArrayBase* to_elements) { in PrintElementsTransition() argument 1160 to_elements->ShortPrint(file); in PrintElementsTransition()
|
/external/chromium_org/v8/src/ |
D | bootstrapper.cc | 2503 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties() local 2504 to->set_elements(*to_elements); in TransferIndexedProperties()
|
D | hydrogen.cc | 2395 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()
|
D | hydrogen.h | 1703 HValue* to_elements,
|
D | objects.h | 2565 ElementsKind to_kind, FixedArrayBase* to_elements);
|
D | objects.cc | 1528 ElementsKind to_kind, FixedArrayBase* to_elements) { in PrintElementsTransition() argument 1541 to_elements->ShortPrint(file); in PrintElementsTransition()
|