HomeSort by relevance Sort by last modified time
    Searched refs:new_properties (Results 1 - 4 of 4) sorted by null

  /system/bt/test/suite/adapter/
bluetooth_test.cc 121 bt_property_t* new_properties) {
124 property_copy_array(new_properties, num_properties);
  /system/bt/tools/bdtool/
adapter.c 68 bt_property_t* new_properties) {
70 properties = property_copy_array(new_properties, num_properties);
  /external/v8/src/ic/
accessor-assembler.cc 811 Node* new_properties = AllocateFixedArray(kind, new_capacity, mode); local
813 FillFixedArrayWithValue(kind, new_properties, length, new_capacity,
816 // |new_properties| is guaranteed to be in new space, so we can skip
818 CopyFixedArrayElements(kind, properties, new_properties, length,
821 StoreObjectField(object, JSObject::kPropertiesOffset, new_properties);
    [all...]
  /external/v8/src/
objects.cc 5942 Handle<NameDictionary> new_properties = local
    [all...]

Completed in 206 milliseconds