Home
last modified time | relevance | path

Searched refs:FastPropertyAt (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dproperty-descriptor.cc67 value = JSObject::FastPropertyAt(Handle<JSObject>::cast(obj), in ToPropertyDescriptorFastPath()
Djson-stringifier.cc662 property = JSObject::FastPropertyAt(js_obj, details.representation(), in SerializeJSObject()
Dlookup.cc850 return JSObject::FastPropertyAt(holder, property_details_.representation(), in FetchValue()
Dvalue-serializer.cc567 value = JSObject::FastPropertyAt(object, details.representation(), in WriteJSObject()
Dobjects.h2568 static Handle<Object> FastPropertyAt(Handle<JSObject> object,
Dobjects.cc2182 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()
Dbootstrapper.cc5525 JSObject::FastPropertyAt(from, details.representation(), index); in TransferNamedProperties()
/external/v8/src/compiler/
Djs-native-context-specialization.cc259 constant = JSObject::FastPropertyAt(holder, Representation::Tagged(), in ReduceJSInstanceOf()