Home
last modified time | relevance | path

Searched refs:ARRAY_ID (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTypesLengths.java54 public static final byte ARRAY_ID = 10; field in TypesLengths
164 case ARRAY_ID: { in getTypeLength()
253 case ARRAY_ID: { in setTypeLength()
DVmMirror.java580 TypesLengths.setTypeLength(TypesLengths.ARRAY_ID, TypesLengths in adjustTypeLength()
/external/chromium_org/v8/src/
Dtypedarray.js27 macro TYPED_ARRAY_CONSTRUCTOR(ARRAY_ID, NAME, ELEMENT_SIZE)
70 %_TypedArrayInitialize(obj, ARRAY_ID, buffer, offset, newByteLength);
82 %_TypedArrayInitialize(obj, ARRAY_ID, buffer, 0, byteLength);
84 %_TypedArrayInitialize(obj, ARRAY_ID, null, 0, byteLength);
95 if(!%TypedArrayInitializeFromArrayLike(obj, ARRAY_ID, arrayLike, l)) {
297 macro SETUP_TYPED_ARRAY(ARRAY_ID, NAME, ELEMENT_SIZE)