Home
last modified time | relevance | path

Searched refs:FLOAT64_ELEMENTS (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/
Delements-kind.h50 FLOAT64_ELEMENTS, enumerator
132 return kind == FLOAT32_ELEMENTS || kind == FLOAT64_ELEMENTS; in IsFixedFloatElementsKind()
Delements-kind.cc32 case FLOAT64_ELEMENTS: in ElementsKindToShiftSize()
Delements.cc89 V(FixedFloat64ElementsAccessor, FLOAT64_ELEMENTS, FixedFloat64Array) \
2843 AccessorClass::kind() > FLOAT64_ELEMENTS) { in IncludesValueImpl()
2890 AccessorClass::kind() > FLOAT64_ELEMENTS) { in IndexOfValueImpl()
Dcode-stub-assembler.cc1229 case FLOAT64_ELEMENTS: in LoadFixedTypedArrayElement()
5744 case FLOAT64_ELEMENTS: in ElementsKindToMachineRepresentation()
5826 case FLOAT64_ELEMENTS: in PrepareValueForWriteToTypedArray()
/external/v8/src/crankshaft/
Dhydrogen-uint32-analysis.cc57 DCHECK(store->elements_kind() != FLOAT64_ELEMENTS); in IsSafeUint32Use()
Dhydrogen-instructions.h5831 elements_kind == FLOAT64_ELEMENTS) {
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2730 if (elements_kind == FLOAT32_ELEMENTS || elements_kind == FLOAT64_ELEMENTS) { in DoLoadKeyedExternalArray()
2772 case FLOAT64_ELEMENTS: in DoLoadKeyedExternalArray()
3811 if (elements_kind == FLOAT32_ELEMENTS || elements_kind == FLOAT64_ELEMENTS) { in DoStoreKeyedExternalArray()
3851 case FLOAT64_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3081 } else if (elements_kind == FLOAT64_ELEMENTS) { in DoLoadKeyedExternal()
3113 case FLOAT64_ELEMENTS: in DoLoadKeyedExternal()
4750 } else if (elements_kind == FLOAT64_ELEMENTS) { in DoStoreKeyedExternal()
4771 case FLOAT64_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2690 } else if (elements_kind == FLOAT64_ELEMENTS) { in DoLoadKeyedExternalArray()
2719 case FLOAT64_ELEMENTS: in DoLoadKeyedExternalArray()
3900 } else if (elements_kind == FLOAT64_ELEMENTS) { in DoStoreKeyedExternalArray()
3919 case FLOAT64_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2530 } else if (elements_kind == FLOAT64_ELEMENTS) { in DoLoadKeyedExternalArray()
2559 case FLOAT64_ELEMENTS: in DoLoadKeyedExternalArray()
3656 } else if (elements_kind == FLOAT64_ELEMENTS) { in DoStoreKeyedExternalArray()
3675 case FLOAT64_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2652 if (elements_kind == FLOAT32_ELEMENTS || elements_kind == FLOAT64_ELEMENTS) { in DoLoadKeyedExternalArray()
2696 case FLOAT64_ELEMENTS: in DoLoadKeyedExternalArray()
3769 if (elements_kind == FLOAT32_ELEMENTS || elements_kind == FLOAT64_ELEMENTS) { in DoStoreKeyedExternalArray()
3810 case FLOAT64_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2869 if (elements_kind == FLOAT32_ELEMENTS || elements_kind == FLOAT64_ELEMENTS) { in DoShiftI()
2939 case FLOAT64_ELEMENTS: in DoShiftI()
4090 if (elements_kind == FLOAT32_ELEMENTS || elements_kind == FLOAT64_ELEMENTS) { in DoShiftI()
4142 case FLOAT64_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc2829 if (elements_kind == FLOAT32_ELEMENTS || elements_kind == FLOAT64_ELEMENTS) { in DoShiftI()
2888 case FLOAT64_ELEMENTS: in DoShiftI()
3991 if (elements_kind == FLOAT32_ELEMENTS || elements_kind == FLOAT64_ELEMENTS) { in DoShiftI()
4051 case FLOAT64_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2791 if (elements_kind == FLOAT32_ELEMENTS || elements_kind == FLOAT64_ELEMENTS) { in DoLoadKeyedExternalArray()
2844 case FLOAT64_ELEMENTS: in DoLoadKeyedExternalArray()
3982 if (elements_kind == FLOAT32_ELEMENTS || elements_kind == FLOAT64_ELEMENTS) { in DoStoreKeyedExternalArray()
4032 case FLOAT64_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2806 } else if (elements_kind == FLOAT64_ELEMENTS) { in DoLoadKeyedExternalArray()
2835 case FLOAT64_ELEMENTS: in DoLoadKeyedExternalArray()
3940 } else if (elements_kind == FLOAT64_ELEMENTS) { in DoStoreKeyedExternalArray()
3982 case FLOAT64_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/ic/
Daccessor-assembler.cc1034 INT32_ELEMENTS, FLOAT32_ELEMENTS, FLOAT64_ELEMENTS}; in EmitElementLoad()
/external/v8/src/builtins/
Dbuiltins-array.cc2761 data_ptr, index, FLOAT64_ELEMENTS, in Generate_ArrayIteratorPrototypeNext()