Lines Matching full:array
19 * Code: 32-bit array put operation. Provides an "scale" variable
20 * specify a scale value which depends on the width of the array
22 * mov performed also dependent on the type of the array element.
27 * Description: Perform an array put operation from the value register;
29 * given array. vBB[vCC] <- vAA
40 cmp $$0, %eax # check for null array object
41 je common_errNullObject # handle null array object
58 call dvmCanPutArrayElement # test object type vs. array type
62 cmp $$0, %eax # check for invalid array value
63 je common_errArrayStore # handle invalid array value