Home
last modified time | relevance | path

Searched refs:FitsRepresentation (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-field-type-tracking.cc3153 CHECK_EQ(object->FitsRepresentation(rep, true), \
3154 object->FitsRepresentation(rep, false)); \
3155 CHECK_EQ(object->FitsRepresentation(rep, true), expected)
3176 CHECK_EQ(smi_value->FitsRepresentation(rep_double, true), true); in TEST()
3177 CHECK_EQ(smi_value->FitsRepresentation(rep_double, false), false); in TEST()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dobjects.h332 inline bool FitsRepresentation(Representation representation,
H A Dobjects-inl.h494 bool Object::FitsRepresentation(Representation representation, in FitsRepresentation() function
H A Dmap.cc1721 value.FitsRepresentation(details.representation()) && in CanHoldValue()
H A Dvalue-serializer.cc2135 if (value->FitsRepresentation(expected_representation)) { in ReadJSObjectProperties()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dobjects.h330 inline bool FitsRepresentation(Representation representation);
H A Dobjects-inl.h518 bool Object::FitsRepresentation(Representation representation) { in FitsRepresentation() function
H A Dvalue-serializer.cc2054 if (value->FitsRepresentation(expected_representation)) { in ReadJSObjectProperties()
H A Dmap.cc2092 value.FitsRepresentation(details.representation()) && in CanHoldValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dobjects.h331 inline bool FitsRepresentation(Representation representation);
H A Dobjects-inl.h513 bool Object::FitsRepresentation(Representation representation) { in FitsRepresentation() function
H A Dvalue-serializer.cc2068 if (value->FitsRepresentation(expected_representation)) { in ReadJSObjectProperties()
H A Dmap.cc2100 value.FitsRepresentation(details.representation()) && in CanHoldValue()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Djson-parser.cc437 if (value->FitsRepresentation(expected_representation)) { in ParseJsonObject()
H A Dobjects-inl.h682 DCHECK(object->FitsRepresentation(representation)); in WrapForRead()
713 bool Object::FitsRepresentation(Representation representation) { in FitsRepresentation() function
H A Dvalue-serializer.cc1938 if (value->FitsRepresentation(expected_representation)) { in ReadJSObjectProperties()
H A Dobjects.h1288 inline bool FitsRepresentation(Representation representation);
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-classes.cc347 DCHECK(value.FitsRepresentation(details.representation())); in AddDescriptorsByTemplate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-classes.cc383 DCHECK(value.FitsRepresentation(details.representation())); in AddDescriptorsByTemplate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-classes.cc385 DCHECK(value.FitsRepresentation(details.representation())); in AddDescriptorsByTemplate()
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-classes.cc337 DCHECK(value->FitsRepresentation(details.representation())); in AddDescriptorsByTemplate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/json/
H A Djson-parser.cc503 if (!value->FitsRepresentation(expected_representation)) { in BuildJsonObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/json/
H A Djson-parser.cc503 if (!value->FitsRepresentation(expected_representation)) { in BuildJsonObject()
/dports/lang/v8/v8-9.6.180.12/src/json/
H A Djson-parser.cc508 if (!value->FitsRepresentation(expected_representation)) { in BuildJsonObject()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dheap-refs.cc416 if (!constant->FitsRepresentation(representation, false)) { in GetOwnFastDataPropertyFromHeap()

12