Searched refs:UINT16_ELEMENTS (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/ |
D | elements-kind.cc | 23 case UINT16_ELEMENTS: in ElementsKindToShiftSize()
|
D | elements-kind.h | 45 UINT16_ELEMENTS, enumerator
|
D | code-stub-assembler.cc | 1214 case UINT16_ELEMENTS: in LoadFixedTypedArrayElement() 1625 length, UINT16_ELEMENTS, mode, in AllocateSeqTwoByteString() 2258 ElementsKind from_kind = from_one_byte ? UINT8_ELEMENTS : UINT16_ELEMENTS; in CopyStringCharacters() 2259 ElementsKind to_kind = to_one_byte ? UINT8_ELEMENTS : UINT16_ELEMENTS; in CopyStringCharacters() 5736 case UINT16_ELEMENTS: in ElementsKindToMachineRepresentation() 5816 case UINT16_ELEMENTS: in PrepareValueForWriteToTypedArray()
|
D | elements.cc | 84 V(FixedUint16ElementsAccessor, UINT16_ELEMENTS, FixedUint16Array) \
|
/external/v8/src/crankshaft/ |
D | hydrogen-uint32-analysis.cc | 15 case UINT16_ELEMENTS: in IsUnsignedLoad()
|
D | hydrogen-instructions.cc | 2709 case UINT16_ELEMENTS: in InferRange()
|
/external/v8/src/builtins/ |
D | builtins-string.cc | 575 ElementOffsetFromIndex(max_index.value(), UINT16_ELEMENTS, in TF_BUILTIN() 593 max_index.value(), UINT16_ELEMENTS, in TF_BUILTIN()
|
D | builtins-array.cc | 2720 data_ptr, index, UINT16_ELEMENTS, in Generate_ArrayIteratorPrototypeNext()
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 1033 UINT16_ELEMENTS, INT16_ELEMENTS, UINT32_ELEMENTS, in EmitElementLoad()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 2682 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray() 3802 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 3098 case UINT16_ELEMENTS: in DoLoadKeyedExternal() 4763 case UINT16_ELEMENTS: in DoStoreKeyedExternal()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 2545 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray() 3666 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 2758 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray() 3843 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 2705 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray() 3911 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 2830 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray() 4024 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 2874 case UINT16_ELEMENTS: in DoShiftI() 4035 case UINT16_ELEMENTS: in DoShiftI()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 2912 case UINT16_ELEMENTS: in DoShiftI() 4126 case UINT16_ELEMENTS: in DoShiftI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2821 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray() 3973 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
|