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

/openjdk7/hotspot/src/share/vm/ci/
H A DciInstanceKlass.cpp62 _implementor = NULL; // we will fill these lazily
542 ciInstanceKlass* impl = _implementor;
559 _implementor = impl;
H A DciInstanceKlass.hpp68 // The possible values of the _implementor fall into following three cases:
72 ciInstanceKlass* _implementor; member in class:ciInstanceKlass

Completed in 31 milliseconds