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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp70 AdapterFingerPrint *fingerprint) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp38 class AdapterFingerPrint;
392 AdapterFingerPrint* fingerprint);
598 AdapterFingerPrint* _fingerprint;
612 void init(AdapterFingerPrint* fingerprint, address i2c_entry, address c2i_entry, address c2i_unverified_entry) {
638 AdapterFingerPrint* fingerprint() const { return _fingerprint; }
664 static AdapterHandlerEntry* new_entry(AdapterFingerPrint* fingerprint,
H A DsharedRuntime.cpp2036 class AdapterFingerPrint : public CHeapObj<mtCode> { class in inherits:CHeapObj
2090 AdapterFingerPrint(int total_args_passed, BasicType* sig_bt) { function in class:AdapterFingerPrint
2123 ~AdapterFingerPrint() {
2162 bool equals(AdapterFingerPrint* other) {
2206 AdapterHandlerEntry* new_entry(AdapterFingerPrint* fingerprint, address i2c_entry, address c2i_entry, address c2i_unverified_entry) {
2226 AdapterFingerPrint fp(total_args_passed, sig_bt);
2341 _abstract_method_handler = AdapterHandlerLibrary::new_entry(new AdapterFingerPrint(0, NULL),
2346 AdapterHandlerEntry* AdapterHandlerLibrary::new_entry(AdapterFingerPrint* fingerprint,
2373 AdapterFingerPrint* fingerprint = NULL;
2417 fingerprint = new AdapterFingerPrint(total_args_passe
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1029 AdapterFingerPrint* fingerprint) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp934 AdapterFingerPrint* fingerprint) {
H A DsharedRuntime_x86_64.cpp847 AdapterFingerPrint* fingerprint) {

Completed in 77 milliseconds