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

/openjdk7/hotspot/src/share/vm/code/
H A DvtableStubs.hpp40 static VMReg _receiver_location; // Where to find receiver member in class:VtableStub
56 static VMReg receiver_location() { return _receiver_location; }
H A DvtableStubs.cpp47 VMReg VtableStub::_receiver_location = VMRegImpl::Bad(); member in class:VtableStub
102 VtableStub::_receiver_location = SharedRuntime::name_for_receiver(); member in class:VtableStub

Completed in 1700 milliseconds