Searched refs:key_representation (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 225 Representation key_representation,
|
D | lithium-codegen-x64.cc | 2853 Representation key_representation = in DoLoadKeyedExternalArray() local 2855 if (ExternalArrayOpRequiresTemp(key_representation, elements_kind)) { in DoLoadKeyedExternalArray() 3032 Representation key_representation, in BuildFastArrayOperand() argument 3046 DCHECK(key_representation.IsInteger32()); in BuildFastArrayOperand() 4060 Representation key_representation = in DoStoreKeyedExternalArray() local 4062 if (ExternalArrayOpRequiresTemp(key_representation, elements_kind)) { in DoStoreKeyedExternalArray()
|
D | lithium-x64.h | 1565 Representation key_representation, in ExternalArrayOpRequiresTemp() argument 1570 return SmiValuesAre31Bits() && key_representation.IsSmi() && in ExternalArrayOpRequiresTemp()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 229 Representation key_representation,
|
D | lithium-ia32.h | 1600 Representation key_representation, in ExternalArrayOpRequiresTemp() argument 1605 return key_representation.IsSmi() && in ExternalArrayOpRequiresTemp()
|
D | lithium-codegen-ia32.cc | 2961 Representation key_representation, in BuildFastArrayOperand() argument 2977 if (key_representation.IsSmi() && (shift_size >= 1)) { in BuildFastArrayOperand()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 257 Representation key_representation,
|
D | lithium-x87.h | 1608 Representation key_representation, in ExternalArrayOpRequiresTemp() argument 1613 return key_representation.IsSmi() && in ExternalArrayOpRequiresTemp()
|
D | lithium-codegen-x87.cc | 3233 Representation key_representation, in BuildFastArrayOperand() argument 3249 if (key_representation.IsSmi() && (shift_size >= 1)) { in BuildFastArrayOperand()
|