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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp136 constMethodHandle const_method(thread(), method->constMethod());
144 if (const_method->has_linenumber_table()) {
196 int code_size = const_method->code_size();
237 void JvmtiClassFileReconstituter::write_exceptions_attribute(constMethodHandle const_method) { argument
238 CheckedExceptionElement* checked_exceptions = const_method->checked_exceptions_start();
239 int checked_exceptions_length = const_method->checked_exceptions_length();
450 constMethodHandle const_method(thread(), method->constMethod());
451 u2 generic_signature_index = const_method->generic_signature_index();
457 write_u2(const_method->name_index());
458 write_u2(const_method
[all...]

Completed in 38 milliseconds