Lines Matching defs:address

104      * null) from the memory address whose numerical value is the given
135 * uses its offset as an absolute address. This is similar in operation
148 * object, if any, else a memory address locating the variable
170 * object, if any, else a memory address locating the variable
394 * Fetches a value from a given memory address. If the address is zero, or
400 public native byte getByte(long address);
403 * Stores a value into a given memory address. If the address is zero, or
409 public native void putByte(long address, byte x);
412 public native short getShort(long address);
414 public native void putShort(long address, short x);
416 public native char getChar(long address);
418 public native void putChar(long address, char x);
420 public native int getInt(long address);
422 public native void putInt(long address, int x);
424 public native long getLong(long address);
426 public native void putLong(long address, long x);
428 public native float getFloat(long address);
430 public native void putFloat(long address, float x);
432 public native double getDouble(long address);
434 public native void putDouble(long address, double x);
437 * Fetches a native pointer from a given memory address. If the address is
445 * from the target address maybe determined by consulting {@link
450 public native long getAddress(long address);
453 * Stores a native pointer into a given memory address. If the address is
457 * <p> The number of bytes actually written at the target address maybe
462 public native void putAddress(long address, long x);
490 * #reallocateMemory}. The address passed to this method may be null, in
500 public native long reallocateMemory(long address, long bytes);
506 * <p>This method determines a block's base address by means of two parameters,
509 * the offset supplies an absolute base address.
512 * by the address and length parameters. If the effective address and
514 * If the effective address and length are (resp.) even modulo 4 or 2,
526 * <p>Equivalent to <code>setMemory(null, address, bytes, value)</code>.
528 public void setMemory(long address, long bytes, byte value) {
529 setMemory(null, address, bytes, value);
536 * <p>This method determines each block's base address by means of two parameters,
539 * the offset supplies an absolute base address.
542 * by the address and length parameters. If the effective addresses and
565 * #allocateMemory} or {@link #reallocateMemory}. The address passed to
570 public native void freeMemory(long address);
604 * Returns the base address for accessing some static field