Searched refs:intern_name (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | reflection.hpp | 116 static oop new_method(methodHandle method, bool intern_name, bool for_constant_pool_access, TRAPS); 120 static oop new_field(fieldDescriptor* fd, bool intern_name, TRAPS);
|
H A D | reflection.cpp | 699 oop Reflection::new_method(methodHandle method, bool intern_name, bool for_constant_pool_access, TRAPS) { argument 723 if (intern_name) { 724 // intern_name is only true with UseNewReflection 803 oop Reflection::new_field(fieldDescriptor* fd, bool intern_name, TRAPS) { argument 806 if (intern_name) { 807 // intern_name is only true with UseNewReflection
|
Completed in 32 milliseconds