Searched refs:FastPropertyAtPut (Results 1 - 4 of 4) sorted by relevance

/external/v8/test/cctest/
H A Dtest-heap.cc917 jsobject->FastPropertyAtPut(-1, array);
/external/v8/src/
H A Dobjects.cc1496 return FastPropertyAtPut(index, value);
1608 return FastPropertyAtPut(index, value);
1888 return FastPropertyAtPut(index, new_value);
2950 return FastPropertyAtPut(result->GetFieldIndex(), value);
3069 return FastPropertyAtPut(result.GetFieldIndex(), value);
3779 this->FastPropertyAtPut(descriptors->GetFieldIndex(0), dictionary);
H A Dobjects-inl.h1531 Object* JSObject::FastPropertyAtPut(int index, Object* value) { function in class:v8::internal::JSObject
H A Dobjects.h1991 inline Object* FastPropertyAtPut(int index, Object* value);

Completed in 152 milliseconds