Searched refs:to_properties (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen.h | 1817 void BuildCopyProperties(HValue* from_properties, HValue* to_properties,
|
D | hydrogen.cc | 2967 HValue* to_properties, HValue* length, in BuildCopyProperties() argument 2971 BuildFillElementsWithValue(to_properties, kind, length, capacity, in BuildCopyProperties() 2984 Add<HStoreKeyed>(to_properties, key, element, nullptr, kind); in BuildCopyProperties()
|