Home
last modified time | relevance | path

Searched refs:OptimalType (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dmap-updater.cc83 return GetValue(descriptor)->OptimalType(isolate_, representation); in GetOrComputeFieldType()
96 ->OptimalType(isolate_, representation); in GetOrComputeFieldType()
Djson-parser.cc444 value->OptimalType(isolate(), expected_representation)); in ParseJsonObject()
Dvalue-serializer.cc1965 value->OptimalType(isolate_, expected_representation); in ReadJSObjectProperties()
Dobjects.h1188 Handle<FieldType> OptimalType(Isolate* isolate,
Dobjects.cc139 Handle<FieldType> Object::OptimalType(Isolate* isolate, in OptimalType() function in v8::internal::Object
3986 Handle<FieldType> type = constant->OptimalType(isolate, representation); in CopyWithConstant()
9914 Handle<FieldType> type = value->OptimalType(isolate, representation); in UpdateDescriptorForValue()
9975 Handle<FieldType> type = value->OptimalType(isolate, representation); in TransitionToDataProperty()