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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp787 class InterpretedArgumentOopFinder: public SignatureInfo { class in inherits:SignatureInfo
806 InterpretedArgumentOopFinder(Symbol* signature, bool has_receiver, frame* fr, OopClosure* f) : SignatureInfo(signature), _has_receiver(has_receiver) { function in class:InterpretedArgumentOopFinder
812 // initialize InterpretedArgumentOopFinder
980 InterpretedArgumentOopFinder finder(signature, has_receiver, this, f);

Completed in 35 milliseconds