Searched refs:FastPropertyAt (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/
H A Dproperty.h301 return holder()->FastPropertyAt(GetFieldIndex());
H A Dstring-stream.cc368 Object* value = js_object->FastPropertyAt(descs->GetFieldIndex(i));
H A Dobjects-printer.cc261 FastPropertyAt(index)->ShortPrint(out);
H A Dbootstrapper.cc2168 Handle<Object> value = Handle<Object>(from->FastPropertyAt(index));
H A Dobjects.cc620 value = result->holder()->FastPropertyAt(result->GetFieldIndex());
2498 FastPropertyAt(result->GetFieldIndex())->IsTheHole()) {
3362 Object* value = FastPropertyAt(descs->GetFieldIndex(i));
3731 this->FastPropertyAt(descriptors->GetFieldIndex(0));
4731 if (FastPropertyAt(descs->GetFieldIndex(i)) == value) {
H A Dprofile-generator.cc2114 descs->GetKey(i), js_obj->FastPropertyAt(index));
H A Dobjects-inl.h1518 Object* JSObject::FastPropertyAt(int index) { function in class:v8::internal::JSObject
H A Dobjects.h1990 inline Object* FastPropertyAt(int index);
H A Druntime.cc4263 Object* value = receiver->FastPropertyAt(offset);
4275 return receiver->FastPropertyAt(offset);
10048 result->holder())->FastPropertyAt(result->GetFieldIndex());

Completed in 145 milliseconds