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

/external/v8/src/compiler/
H A Daccess-info.cc266 Representation field_representation = details.representation(); local
268 *map, index, field_representation.IsDouble());
270 if (field_representation.IsSmi()) {
272 } else if (field_representation.IsDouble()) {
274 } else if (field_representation.IsHeapObject()) {
421 Representation field_representation = details.representation(); local
423 *transition_map, index, field_representation.IsDouble());
425 if (field_representation.IsSmi()) {
427 } else if (field_representation.IsDouble()) {
429 } else if (field_representation
[all...]
H A Dsimplified-lowering.cc999 MachineRepresentation field_representation, Type* field_type,
1002 field_representation == MachineRepresentation::kTagged) {
1052 MachineRepresentation field_representation, int field_offset,
1058 return WriteBarrierKindFor(base_taggedness, field_representation,
997 WriteBarrierKindFor( BaseTaggedness base_taggedness, MachineRepresentation field_representation, Type* field_type, Node* value) argument
1050 WriteBarrierKindFor( BaseTaggedness base_taggedness, MachineRepresentation field_representation, int field_offset, Type* field_type, Node* value) argument
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h5774 Representation field_representation() const { function in class:final::final
6227 if (field_representation().IsInteger8() ||
6228 field_representation().IsUInteger8() ||
6229 field_representation().IsInteger16() ||
6230 field_representation().IsUInteger16() ||
6231 field_representation().IsInteger32()) {
6233 } else if (field_representation().IsDouble()) {
6234 return field_representation();
6235 } else if (field_representation().IsSmi()) {
6240 return field_representation();
6310 Representation field_representation() const { function in class:final::final
[all...]

Completed in 125 milliseconds