Searched defs:old_representation (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.cc2622 int descriptors, bool constant_to_field, Representation old_representation,
2638 os << old_representation.Mnemonic() << "{";
3344 Representation old_representation = old_details.representation(); local
3358 DCHECK(!old_representation.IsDouble() && !representation.IsDouble());
3368 if (!old_representation.IsDouble() && representation.IsDouble()) {
3369 if (old_representation.IsNone()) {
3373 } else if (old_representation.IsDouble() &&
3375 value = Object::WrapForRead(isolate, value, old_representation);
3905 Representation old_representation = local
3910 if (old_representation
2620 PrintGeneralization( FILE* file, const char* reason, int modify_index, int split, int descriptors, bool constant_to_field, Representation old_representation, Representation new_representation, MaybeHandle<FieldType> old_field_type, MaybeHandle<Object> old_value, MaybeHandle<FieldType> new_field_type, MaybeHandle<Object> new_value) argument
4017 Representation old_representation = old_details.representation(); local
4154 Representation old_representation = old_details.representation(); local
[all...]

Completed in 241 milliseconds