Searched refs:aligned_offset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp62 int aligned_offset (int offset) const { return aligned_addr_at(offset) - addr_at(0); } function in class:Bytecode
167 int default_offset() const { return get_Java_u4_at(aligned_offset(1 + 0*jintSize)); }
168 int number_of_pairs() const { return get_Java_u4_at(aligned_offset(1 + 1*jintSize)); }
183 int default_offset() const { return get_Java_u4_at(aligned_offset(1 + 0*jintSize)); }
184 int low_key() const { return get_Java_u4_at(aligned_offset(1 + 1*jintSize)); }
185 int high_key() const { return get_Java_u4_at(aligned_offset(1 + 2*jintSize)); }
H A Dbytecode.cpp115 return get_Java_u4_at(aligned_offset(1 + (3 + i)*jintSize));

Completed in 32 milliseconds