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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp727 static short* add_var_int(short* p, jint x) { // add a variable-width int function in class:VALUE_OBJ_CLASS_SPEC
735 if (x0 != 0) p = add_var_int(p, x0);
753 p = add_jint(p, x0); p = add_var_int(p, x1);
H A DrelocInfo.cpp739 p = add_var_int(p, target_bits);

Completed in 38 milliseconds