Searched defs:StateVector (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp205 ciTypeFlow::StateVector* state) {
248 // ciTypeFlow::StateVector
250 // A StateVector summarizes the type information at some point in
254 // ciTypeFlow::StateVector::type_meet
268 ciType* ciTypeFlow::StateVector::type_meet_internal(ciType* t1, ciType* t2, ciTypeFlow* analyzer) {
339 // ciTypeFlow::StateVector::StateVector
342 ciTypeFlow::StateVector::StateVector(ciTypeFlow* analyzer) { function in class:ciTypeFlow::StateVector
362 const ciTypeFlow::StateVector* ciTypeFlo
[all...]
H A DciTypeFlow.hpp57 class StateVector;
138 StateVector* state);
164 // A StateVector summarizes the type information at some
166 class StateVector : public ResourceObj { class in class:ciTypeFlow
474 StateVector(ciTypeFlow* outer);
476 // Copy our value into some other StateVector
477 void copy_into(StateVector* copy) const;
479 // Meets this StateVector with another, destructively modifying this
481 bool meet(const StateVector* incoming);
484 bool meet_exception(ciInstanceKlass* exc, const StateVector* incomin
[all...]

Completed in 36 milliseconds