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

  /external/v8/src/
property.h 59 PropertyDetails GetDetails() { return details_; }
66 ASSERT(PropertyDetails::IsValidIndex(index));
67 details_ = PropertyDetails(details_.attributes(), details_.type(), index);
73 PropertyDetails details_;
78 void Init(String* key, Object* value, PropertyDetails details) {
84 Descriptor(String* key, Object* value, PropertyDetails details)
169 void DescriptorResult(JSObject* holder, PropertyDetails details, int number) {
180 PropertyDetails(static_cast<PropertyAttributes>(DONT_ENUM |
196 details_ = PropertyDetails(NONE, INTERCEPTOR);
218 PropertyDetails GetPropertyDetails()
    [all...]
objects.cc 368 PropertyDetails details) {
383 details = PropertyDetails(details.attributes(),
406 PropertyDetails details = dictionary->DetailsAt(entry);
    [all...]
objects-inl.h 46 PropertyDetails::PropertyDetails(Smi* smi) {
51 Smi* PropertyDetails::AsSmi() {
56 PropertyDetails PropertyDetails::AsDeleted() {
57 PropertyDetails d(DONT_ENUM, NORMAL);
59 return PropertyDetails(smi);
    [all...]
objects.h 127 // PropertyDetails captures type and attributes for a property.
129 class PropertyDetails BASE_EMBEDDED {
132 PropertyDetails(PropertyAttributes attributes,
149 inline PropertyDetails(Smi* smi);
168 inline PropertyDetails AsDeleted();
    [all...]
handles.h 216 PropertyDetails details);
bootstrapper.cc     [all...]
handles.cc 249 PropertyDetails details) {
661 PropertyDetails details(descs->GetDetails(i));
heap.cc     [all...]
mark-compact.cc 462 PropertyDetails details(Smi::cast(contents->get(i + 1)));
    [all...]
runtime.cc     [all...]
  /external/v8/src/arm/
ic-arm.cc 140 __ tst(r3, Operand(PropertyDetails::TypeField::mask() << kSmiTagSize));
  /external/v8/src/x64/
ic-x64.cc 144 Smi::FromInt(PropertyDetails::TypeField::mask()));
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 146 Immediate(PropertyDetails::TypeField::mask() << kSmiTagSize));
    [all...]

Completed in 1633 milliseconds