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

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp83 Handle _cached_oop; // Value of cached_oop (either in stub or inline cache) member in class:CompiledICInfo
88 Handle cached_oop() const { return _cached_oop; }
H A DcompiledIC.cpp405 info._cached_oop = Handle(THREAD, (oop)NULL);
407 info._cached_oop = receiver_klass;
447 info._cached_oop = method;
451 info._cached_oop = Handle(THREAD, holder);

Completed in 32 milliseconds