Searched refs:_changes (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp145 _changes = new GrowableArray<ChangeItem*> (10);
146 _changes->push(new ChangeWiden(bci, size, inst_buffer));
176 assert(_changes != NULL, "changes vector must be initialized");
178 while (!_changes->is_empty()) {
180 ChangeItem* ci = _changes->first();
190 for (int index = 1; index < _changes->length(); index++) {
191 _changes->at_put(index-1, _changes->at(index));
193 _changes->pop();
251 for (int k = 0; k < _changes
[all...]
H A Drelocator.hpp80 GrowableArray<ChangeItem*>* _changes; member in class:Relocator
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp543 DepChange& _changes; member in class:DepChange::ContextStream
558 : _changes(changes)
562 : _changes(changes)
H A Ddependencies.cpp1590 klassOop new_type = _changes.is_klass_change() ? _changes.as_klass_change()->new_type() : (klassOop) NULL;

Completed in 30 milliseconds