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.cc2111 Representation value_representation = instr->value()->representation(); in DoStoreKeyed() local
2112 if (value_representation.IsDouble()) { in DoStoreKeyed()
2117 DCHECK(value_representation.IsSmiOrTagged() || in DoStoreKeyed()
2118 value_representation.IsInteger32()); in DoStoreKeyed()
/external/v8/src/compiler/
Dsimplified-lowering.cc1101 MachineRepresentation value_representation, Node* value) { in WriteBarrierKindFor() argument
1106 value_representation == MachineRepresentation::kTaggedSigned) { in WriteBarrierKindFor()
1128 value_representation == MachineRepresentation::kTaggedPointer) { in WriteBarrierKindFor()
1149 Type* field_type, MachineRepresentation value_representation, in WriteBarrierKindFor() argument
1156 field_type, value_representation, value); in WriteBarrierKindFor()