Searched defs:st_size (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileAttributes.java47 private long st_size; field in class:UnixFileAttributes
155 return st_size;
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp3409 intptr_t st_off, int st_size,
3411 if ((st_off & (st_size-1)) != 0)
3414 assert(st_off >= 0 && addr+st_size <= (address)&tiles[num_tiles], "oob");
3415 switch (st_size) {
3486 int st_size = st->as_Store()->memory_size(); local
3487 if (st_off + st_size > size_limit) break;
3490 if (!store_constant(inits, num_tiles, st_off, st_size, (jlong) -1))
3512 store_constant(tiles, num_tiles, st_off, st_size, con);
3516 if (type == T_INT && st_size == BytesPerInt
3550 if (st_size < BytesPerLon
3408 store_constant(jlong* tiles, int num_tiles, intptr_t st_off, int st_size, jlong con) argument
3679 int st_size = st->as_Store()->memory_size(); local
3757 int st_size = st->as_Store()->memory_size(); local
[all...]

Completed in 59 milliseconds