Searched refs:compare_code (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | sharedRuntime.hpp | 647 bool compare_code(unsigned char* code, int length, int total_args_passed, BasicType* sig_bt);
|
H A D | sharedRuntime.cpp | 2439 assert(shared_entry->compare_code(buf->code_begin(), buffer.insts_size(), total_args_passed, sig_bt), 2546 bool AdapterHandlerEntry::compare_code(unsigned char* buffer, int length, int total_args_passed, BasicType* sig_bt) { function in class:AdapterHandlerEntry
|
Completed in 40 milliseconds