Home
last modified time | relevance | path

Searched refs:expected_representation (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Djson-parser.h412 Representation expected_representation = details.representation(); in ParseJsonObject() local
414 if (value->FitsRepresentation(expected_representation)) { in ParseJsonObject()
415 if (expected_representation.IsHeapObject() && in ParseJsonObject()
420 value->OptimalType(isolate(), expected_representation)); in ParseJsonObject()
422 expected_representation, value_type); in ParseJsonObject()
/external/v8/test/cctest/
Dtest-field-type-tracking.cc538 Representation expected_representation, Handle<HeapType> expected_type, in TestGeneralizeRepresentation() argument
596 expectations.SetDataField(property_index, expected_representation, in TestGeneralizeRepresentation()
646 Representation expected_representation, Handle<HeapType> expected_type, in TestGeneralizeRepresentation() argument
655 to_type, expected_representation, expected_type, expected_deprecation, in TestGeneralizeRepresentation()
667 to_type, expected_representation, expected_type, expected_deprecation, in TestGeneralizeRepresentation()
684 Representation expected_representation, in TestGeneralizeRepresentation() argument
691 expected_representation, expected_type, expected_deprecation, in TestGeneralizeRepresentation()
699 Representation expected_representation, Handle<HeapType> expected_type, in TestGeneralizeRepresentationTrivial() argument
705 expected_representation, expected_type, expected_deprecation, in TestGeneralizeRepresentationTrivial()
937 Representation expected_representation, Handle<HeapType> expected_type) { in TestReconfigureDataFieldAttribute_GeneralizeRepresentation() argument
[all …]