Searched refs:key_representation (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 230 Representation key_representation,
|
D | lithium-x64.h | 1539 Representation key_representation, in ExternalArrayOpRequiresTemp() argument 1544 return SmiValuesAre31Bits() && key_representation.IsSmi() && in ExternalArrayOpRequiresTemp()
|
D | lithium-codegen-x64.cc | 2754 Representation key_representation = in DoLoadKeyedExternalArray() local 2756 if (ExternalArrayOpRequiresTemp(key_representation, elements_kind)) { in DoLoadKeyedExternalArray() 2936 Representation key_representation, in BuildFastArrayOperand() argument 2950 DCHECK(key_representation.IsInteger32()); in BuildFastArrayOperand() 3989 Representation key_representation = in DoStoreKeyedExternalArray() local 3991 if (ExternalArrayOpRequiresTemp(key_representation, elements_kind)) { in DoStoreKeyedExternalArray()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 232 Representation key_representation,
|
D | lithium-ia32.h | 1571 Representation key_representation, in ExternalArrayOpRequiresTemp() argument 1576 return key_representation.IsSmi() && in ExternalArrayOpRequiresTemp()
|
D | lithium-codegen-ia32.cc | 2737 Representation key_representation, in BuildFastArrayOperand() argument 2753 if (key_representation.IsSmi() && (shift_size >= 1)) { in BuildFastArrayOperand()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 260 Representation key_representation,
|
D | lithium-x87.h | 1561 Representation key_representation, in ExternalArrayOpRequiresTemp() argument 1566 return key_representation.IsSmi() && in ExternalArrayOpRequiresTemp()
|
D | lithium-codegen-x87.cc | 3013 Representation key_representation, in BuildFastArrayOperand() argument 3029 if (key_representation.IsSmi() && (shift_size >= 1)) { in BuildFastArrayOperand()
|