Searched refs:_receiver_location (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/code/ | ||
H A D | vtableStubs.hpp | 40 static VMReg _receiver_location; // Where to find receiver member in class:VtableStub 56 static VMReg receiver_location() { return _receiver_location; } |
H A D | vtableStubs.cpp | 47 VMReg VtableStub::_receiver_location = VMRegImpl::Bad(); member in class:VtableStub 102 VtableStub::_receiver_location = SharedRuntime::name_for_receiver(); member in class:VtableStub |
Completed in 32 milliseconds