Searched refs:is_short (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp125 void change_jump (int bci, int offset, bool is_short, int break_bci, int delta);
H A Drelocator.cpp281 void Relocator::change_jump(int bci, int offset, bool is_short, int break_bci, int delta) { argument
282 int bci_delta = (is_short) ? short_at(offset) : int_at(offset);
293 if (is_short && ((new_delta > MAX_SHORT) || new_delta < MIN_SHORT)) {
295 } else if (is_short) {
/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp179 bool is_short() const { return (_u._data == Short); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp721 static bool is_short(jint x) { return x == (short)x; } function in class:VALUE_OBJ_CLASS_SPEC
728 if (is_short(x)) p = add_short(p, x);
748 } else if (is_short(x0) && is_short(x1)) {
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp327 bool is_short() const { return flag_state() == stos; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 48 milliseconds