Searched refs:set_meta_index (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.hpp135 void set_meta_index(MetaIndex* meta_index) { _meta_index = meta_index; } function in class:LazyClassPathEntry
H A DclassLoader.cpp387 cur_entry->set_meta_index(index);
408 cur_entry->set_meta_index(new MetaIndex(NULL, 0));
436 cur_entry->set_meta_index(index);

Completed in 34 milliseconds