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

/openjdk7/hotspot/src/share/vm/runtime/
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...]

Completed in 47 milliseconds