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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp791 bool _has_receiver; // true if the callee has a receiver member in class:InterpretedArgumentOopFinder
806 InterpretedArgumentOopFinder(Symbol* signature, bool has_receiver, frame* fr, OopClosure* f) : SignatureInfo(signature), _has_receiver(has_receiver) {
819 if (_has_receiver) {
1008 bool _has_receiver; // true if the callee has a receiver member in class:CompiledArgumentOopFinder
1034 _has_receiver = has_receiver;
1045 if (_has_receiver) {

Completed in 33 milliseconds