Searched refs:FastPropertyAt (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | property-descriptor.cc | 67 value = JSObject::FastPropertyAt(Handle<JSObject>::cast(obj), in ToPropertyDescriptorFastPath()
|
D | json-stringifier.cc | 662 property = JSObject::FastPropertyAt(js_obj, details.representation(), in SerializeJSObject()
|
D | lookup.cc | 850 return JSObject::FastPropertyAt(holder, property_details_.representation(), in FetchValue()
|
D | value-serializer.cc | 567 value = JSObject::FastPropertyAt(object, details.representation(), in WriteJSObject()
|
D | objects.h | 2568 static Handle<Object> FastPropertyAt(Handle<JSObject> object,
|
D | objects.cc | 2182 prop_value = JSObject::FastPropertyAt(from, representation, index); in FastAssign() 8790 Handle<Object> JSObject::FastPropertyAt(Handle<JSObject> object, in FastPropertyAt() function in v8::internal::JSObject 9007 JSObject::FastPropertyAt(object, representation, field_index); in FastGetOwnValuesOrEntries()
|
D | bootstrapper.cc | 5525 JSObject::FastPropertyAt(from, details.representation(), index); in TransferNamedProperties()
|
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 259 constant = JSObject::FastPropertyAt(holder, Representation::Tagged(), in ReduceJSInstanceOf()
|