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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.cpp262 mdo->set_arg_modified(i, arg_modified(i));
332 uint ciMethodData::arg_modified(int arg) const { function in class:ciMethodData
337 return aid->arg_modified(arg);
H A DciMethodData.hpp315 uint arg_modified(int arg) const;
H A DbcEscapeAnalyzer.cpp1361 _arg_modified[i] = methodData()->arg_modified(i);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp1133 uint arg_modified(int arg) {
1400 uint arg_modified(int a) { ArgInfoData *aid = arg_info(); function in class:VALUE_OBJ_CLASS_SPEC
1402 return aid->arg_modified(a); }
H A DmethodDataOop.cpp481 st->print(" 0x%x", arg_modified(i));

Completed in 43 milliseconds