Searched refs:reflect_invoke_cache (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.hpp330 static ActiveMethodOopsCache* reflect_invoke_cache() { return _reflect_invoke_cache; } function in class:Universe
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp407 if (Universe::reflect_invoke_cache()->is_same_method(method())) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp3074 if (the_class_oop == Universe::reflect_invoke_cache()->klass()) {
3079 Universe::reflect_invoke_cache()->add_previous_version(
3080 the_class->method_with_idnum(Universe::reflect_invoke_cache()->method_idnum()));

Completed in 53 milliseconds