Home
last modified time | relevance | path

Searched refs:PropertyLocation (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dproperty-details.h72 enum PropertyLocation { kField = 0, kDescriptor = 1 }; enum
256 PropertyLocation location, Representation representation,
308 PropertyLocation location() const { return LocationField::decode(value_); } in location()
342 class LocationField : public BitField<PropertyLocation, 1, 1> {};
Dobjects.cc3335 PropertyLocation location, in GetFieldType()
3473 PropertyLocation next_location; in ReconfigureProperty()
3523 PropertyLocation old_location = old_details.location(); in ReconfigureProperty()
3524 PropertyLocation tmp_location = tmp_details.location(); in ReconfigureProperty()
3653 PropertyLocation next_location; in ReconfigureProperty()
3745 PropertyLocation next_location; in ReconfigureProperty()
/external/v8/test/cctest/
Dtest-transitions.cc25 PropertyLocation location) { in CheckPropertyDetailsFieldsConsistency()