Home | History | Annotate | Download | only in src

Lines Matching refs:PropertyArray

514 CAST_ACCESSOR(PropertyArray)
1562 Object* PropertyArray::get(int index) const {
1568 void PropertyArray::set(int index, Object* value) {
1668 void PropertyArray::set(int index, Object* value, WriteBarrierMode mode) {
1676 Object** PropertyArray::data_start() {
2041 int PropertyArray::length() const {
2047 void PropertyArray::initialize_length(int len) {
2053 int PropertyArray::synchronized_length() const {
2059 int PropertyArray::Hash() const {
2065 void PropertyArray::SetHash(int hash) {
2170 return PropertyArray::SizeFor(
2171 reinterpret_cast<const PropertyArray*>(this)->synchronized_length());
2781 PropertyArray* JSReceiver::property_array() const {
2789 return PropertyArray::cast(prop);