Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2110 Representation value_representation = instr->value()->representation(); in DoStoreKeyed() local
2111 if (value_representation.IsDouble()) { in DoStoreKeyed()
2116 DCHECK(value_representation.IsSmiOrTagged() || in DoStoreKeyed()
2117 value_representation.IsInteger32()); in DoStoreKeyed()
/external/v8/src/compiler/
Dsimplified-lowering.cc1067 MachineRepresentation value_representation, Node* value) { in WriteBarrierKindFor() argument
1072 value_representation == MachineRepresentation::kTaggedSigned) { in WriteBarrierKindFor()
1097 value_representation == MachineRepresentation::kTaggedPointer) { in WriteBarrierKindFor()
1118 Type* field_type, MachineRepresentation value_representation, in WriteBarrierKindFor() argument
1125 field_type, value_representation, value); in WriteBarrierKindFor()