Searched refs:method_ordering (Results 1 - 7 of 7) sorted by relevance

/openjdk9/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp301 if (method_ordering() != NULL &&
302 method_ordering() != Universe::the_empty_int_array() &&
303 !method_ordering()->is_shared()) {
304 MetadataFactory::free_array<int>(loader_data, method_ordering());
2904 st->print(BULLET"method ordering: "); method_ordering()->print_value_on(st); st->cr();
3195 n += (sz->_method_ordering_bytes = sz->count_array(method_ordering()));
3322 if (method_ordering() != NULL) {
3323 Array<int>* method_ordering = this->method_ordering(); local
3324 int length = method_ordering
[all...]
H A DinstanceKlass.hpp386 Array<int>* method_ordering() const { return _method_ordering; } function in class:InstanceKlass
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp700 original_index = ikh()->method_ordering()->at(index);
H A DjvmtiRedefineClasses.cpp3884 Array<int>* old_ordering = the_class->method_ordering();
3885 the_class->set_method_ordering(scratch_class->method_ordering());
H A DjvmtiEnv.cpp2446 int original_index = instanceK_h->method_ordering()->at(index);
/openjdk9/hotspot/src/share/vm/classfile/
H A DdefaultMethods.cpp1011 Array<int>* original_ordering = klass->method_ordering();
H A DclassFileParser.cpp2956 intArray* method_ordering = NULL; local
2960 method_ordering = new intArray(length, length, -1);
2965 method_ordering->at_put(index, old_index);
2969 return method_ordering;

Completed in 264 milliseconds