HomeSort by relevance Sort by last modified time
    Searched refs:GetDetails (Results 1 - 25 of 30) sorted by null

1 2

  /external/v8/src/
map-updater.cc 31 PropertyDetails MapUpdater::GetDetails(int descriptor) const {
37 return old_descriptors_->GetDetails(descriptor);
46 DCHECK_EQ(kDescriptor, GetDetails(descriptor).location());
56 DCHECK_EQ(kField, GetDetails(descriptor).location());
64 // |location| is just a pre-fetched GetDetails(descriptor).location().
65 DCHECK_EQ(location, GetDetails(descriptor).location());
76 // |location| is just a pre-fetched GetDetails(descriptor).location().
77 DCHECK_EQ(descriptors->GetDetails(descriptor).location(), location);
100 old_descriptors_->GetDetails(modified_descriptor_);
185 old_descriptors_->GetDetails(modified_descriptor_)
    [all...]
field-index-inl.h 89 map->instance_descriptors()->GetDetails(descriptor_index);
map-updater.h 119 inline PropertyDetails GetDetails(int descriptor) const;
property.h 27 PropertyDetails GetDetails() const { return details_; }
layout-descriptor-inl.h 186 PropertyDetails details = descriptors->GetDetails(i);
206 PropertyDetails details = descriptors->GetDetails(i);
transitions-inl.h 166 return descriptors->GetDetails(descriptor);
elements.h 57 virtual PropertyDetails GetDetails(JSObject* holder, uint32_t entry) = 0;
layout-descriptor.cc 265 PropertyDetails details = descriptors->GetDetails(i);
property-descriptor.cc 61 PropertyDetails details = descs->GetDetails(i);
keys.cc 327 PropertyDetails details = descs->GetDetails(i);
537 PropertyDetails details = descs->GetDetails(i);
601 PropertyDetails details = descs->GetDetails(i);
    [all...]
lookup.cc 257 new_map->instance_descriptors()->GetDetails(descriptor_number());
876 property_details_ = accessor->GetDetails(js_object, number_);
882 property_details_ = descriptors->GetDetails(number_);
    [all...]
objects.cc     [all...]
json-parser.cc 392 target->instance_descriptors()->GetDetails(descriptor);
486 json_object->WriteToField(i, descriptors->GetDetails(i), *value);
string-stream.cc 306 PropertyDetails details = descs->GetDetails(i);
value-serializer.cc 492 PropertyDetails details = map->instance_descriptors()->GetDetails(i);
    [all...]
objects-debug.cc 346 PropertyDetails details = descriptors->GetDetails(i);
349 Representation r = descriptors->GetDetails(i).representation();
    [all...]
objects-printer.cc 282 PropertyDetails details = descs->GetDetails(i);
    [all...]
objects-inl.h     [all...]
json-stringifier.cc 533 PropertyDetails details = map->instance_descriptors()->GetDetails(i);
bootstrapper.cc     [all...]
  /external/v8/src/compiler/
access-info.cc 289 PropertyDetails const details = descriptors->GetDetails(number);
530 transition_map->instance_descriptors()->GetDetails(number);
js-create-lowering.cc 182 PropertyDetails details = descriptors->GetDetails(i);
    [all...]
js-builtin-reducer.cc 131 return descriptors->GetDetails(number).IsReadOnly();
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
hydrogen.cc     [all...]

Completed in 930 milliseconds

1 2