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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp57 static RuntimeStub* _wrong_method_blob; member in class:SharedRuntime
204 assert(_wrong_method_blob!= NULL, "oops");
205 return _wrong_method_blob->entry_point();
H A DsharedRuntime.cpp84 RuntimeStub* SharedRuntime::_wrong_method_blob; member in class:SharedRuntime
102 _wrong_method_blob = generate_resolve_blob(CAST_FROM_FN_PTR(address, SharedRuntime::handle_wrong_method), "wrong_method_stub");

Completed in 42 milliseconds