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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp805 // Note that caller_method->code() may not be same as caller_code because of OSR's
807 // that caller_method() == caller_code->method()
959 nmethod* caller_code = CodeCache::find_nmethod(caller_frame.pc()); variable
960 assert(caller_code != NULL, "nmethod not found");
965 OopMap* map = caller_code->oop_map_for_return_address(caller_frame.pc());

Completed in 30 milliseconds