equal
deleted
inserted
replaced
479 } |
479 } |
480 |
480 |
481 address get_i2c_entry(); |
481 address get_i2c_entry(); |
482 address get_c2i_entry(); |
482 address get_c2i_entry(); |
483 address get_c2i_unverified_entry(); |
483 address get_c2i_unverified_entry(); |
|
484 address get_c2i_no_clinit_check_entry(); |
484 AdapterHandlerEntry* adapter() const { |
485 AdapterHandlerEntry* adapter() const { |
485 return constMethod()->adapter(); |
486 return constMethod()->adapter(); |
486 } |
487 } |
487 // setup entry points |
488 // setup entry points |
488 void link_method(const methodHandle& method, TRAPS); |
489 void link_method(const methodHandle& method, TRAPS); |