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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp1168 Value _recv;
1181 Value receiver() const { return _recv; }
1207 if (has_receiver()) f->visit(&_recv);
1445 Value _recv;
1466 , _recv(NULL)
1474 _recv = argument_at(0);
1489 bool has_receiver() const { return (_recv != NULL); }
1490 Value receiver() const { assert(has_receiver(), "must have receiver"); return _recv; }
2333 Value _recv;
2342 , _recv(rec
[all...]
H A Dc1_Instruction.cpp353 , _recv(recv)
H A Dc1_LIR.cpp969 if (opProfileCall->_recv->is_valid()) do_temp(opProfileCall->_recv);
H A Dc1_LIR.hpp1833 LIR_Opr _recv; member in class:LIR_OpProfileCall
1845 , _recv(recv)
1853 LIR_Opr recv() const { return _recv; }

Completed in 80 milliseconds