Searched defs:PropertyDetails (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dproperty-details.h55 // Must fit in the BitField PropertyDetails::TypeField.
76 // PropertyDetails captures type and attributes for a property.
78 class PropertyDetails BASE_EMBEDDED {
80 PropertyDetails(PropertyAttributes attributes, function in class:v8::internal::BASE_EMBEDDED
97 explicit inline PropertyDetails(Smi* smi);
106 inline PropertyDetails AsDeleted();
H A Dobjects-inl.h54 PropertyDetails::PropertyDetails(Smi* smi) { function in class:v8::internal::PropertyDetails
59 Smi* PropertyDetails::AsSmi() {
64 PropertyDetails PropertyDetails::AsDeleted() {
66 return PropertyDetails(smi);
1935 return PropertyDetails(GetDetails(descriptor_number)).type();
1999 return PropertyDetails(GetDetails(descriptor_number)).IsDontEnum();
2006 PropertyDetails(GetDetails(descriptor_number)));
4625 SetEntry(entry, key, value, PropertyDetails(Sm
[all...]
/external/chromium_org/v8/src/
H A Dproperty-details.h63 // Must fit in the BitField PropertyDetails::TypeField.
210 // PropertyDetails captures type and attributes for a property.
212 class PropertyDetails BASE_EMBEDDED {
214 PropertyDetails(PropertyAttributes attributes, function in class:v8::internal::BASE_EMBEDDED
225 PropertyDetails(PropertyAttributes attributes, function in class:v8::internal::BASE_EMBEDDED
237 PropertyDetails set_pointer(int i) { return PropertyDetails(value_, i); }
239 PropertyDetails CopyWithRepresentation(Representation representation) {
240 return PropertyDetails(value_, representation);
242 PropertyDetails CopyAddAttribute
312 PropertyDetails(int value, int pointer) { function in class:v8::internal::BASE_EMBEDDED
315 PropertyDetails(int value, Representation representation) { function in class:v8::internal::BASE_EMBEDDED
319 PropertyDetails(int value, PropertyAttributes attributes) { function in class:v8::internal::BASE_EMBEDDED
[all...]
H A Dobjects-inl.h55 PropertyDetails::PropertyDetails(Smi* smi) { function in class:v8::internal::PropertyDetails
60 Smi* PropertyDetails::AsSmi() {
68 PropertyDetails PropertyDetails::AsDeleted() {
70 return PropertyDetails(smi);
1610 PropertyDetails details = transitions->GetTargetDetails(transition);
1632 PropertyDetails target_details = transitions->GetTargetDetails(transition);
2348 PropertyDetails Map::GetLastDescriptorDetails() {
2413 PropertyDetails detail
[all...]

Completed in 166 milliseconds