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

/external/chromium_org/v8/src/
H A Dproperty-details.h45 // Must fit in the BitField PropertyDetails::TypeField.
182 // PropertyDetails captures type and attributes for a property.
184 class PropertyDetails BASE_EMBEDDED {
186 PropertyDetails(PropertyAttributes attributes, function in class:v8::internal::BASE_EMBEDDED
197 PropertyDetails(PropertyAttributes attributes, function in class:v8::internal::BASE_EMBEDDED
209 PropertyDetails set_pointer(int i) { return PropertyDetails(value_, i); }
211 PropertyDetails CopyWithRepresentation(Representation representation) const {
212 return PropertyDetails(value_, representation);
214 PropertyDetails CopyAddAttribute
284 PropertyDetails(int value, int pointer) { function in class:v8::internal::BASE_EMBEDDED
287 PropertyDetails(int value, Representation representation) { function in class:v8::internal::BASE_EMBEDDED
291 PropertyDetails(int value, PropertyAttributes attributes) { function in class:v8::internal::BASE_EMBEDDED
[all...]
H A Dobjects-inl.h40 PropertyDetails::PropertyDetails(Smi* smi) { function in class:v8::internal::PropertyDetails
45 Smi* PropertyDetails::AsSmi() const {
53 PropertyDetails PropertyDetails::AsDeleted() const {
55 return PropertyDetails(smi);
1853 PropertyDetails details = transitions->GetTargetDetails(transition);
1875 PropertyDetails target_details = transitions->GetTargetDetails(transition);
2867 PropertyDetails Map::GetLastDescriptorDetails() {
2945 PropertyDetails detail
[all...]

Completed in 177 milliseconds