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

/openjdk10/hotspot/src/share/vm/code/
H A DcompiledMethod.cpp296 void CompiledMethod::preserve_callee_argument_oops(frame fr, const RegisterMap *reg_map, OopClosure* f) { function in class:CompiledMethod
H A DcodeBlob.hpp345 virtual void preserve_callee_argument_oops(frame fr, const RegisterMap* reg_map, OopClosure* f) { ShouldNotReachHere(); } function in class:RuntimeBlob
384 void preserve_callee_argument_oops(frame fr, const RegisterMap* reg_map, OopClosure* f) { /* nothing to do */ } function in class:BufferBlob
461 void preserve_callee_argument_oops(frame fr, const RegisterMap *reg_map, OopClosure* f) { /* nothing to do */ } function in class:RuntimeStub
496 void preserve_callee_argument_oops(frame fr, const RegisterMap *reg_map, OopClosure* f) { /* nothing to do */ } function in class:SingletonBlob
552 void preserve_callee_argument_oops(frame fr, const RegisterMap *reg_map, OopClosure* f) { /* Nothing to do */ } function in class:DeoptimizationBlob
614 void preserve_callee_argument_oops(frame fr, const RegisterMap *reg_map, OopClosure* f) { /* nothing to do */ } function in class:UncommonTrapBlob
644 void preserve_callee_argument_oops(frame fr, const RegisterMap* reg_map, OopClosure* f) { /* nothing to do */ } function in class:ExceptionBlob
675 void preserve_callee_argument_oops(frame fr, const RegisterMap* reg_map, OopClosure* f) { /* nothing to do */ } function in class:SafepointBlob

Completed in 89 milliseconds