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

/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.cpp751 itableOffsetEntry* offset_entry = (itableOffsetEntry*)klass->start_of_itable(); local
752 if (offset_entry != NULL && offset_entry->interface_klass() != NULL) { // Check that itable is initialized
754 intptr_t* method_entry = (intptr_t *)(((address)klass->as_klassOop()) + offset_entry->offset());
757 _table_offset = (intptr_t*)offset_entry - (intptr_t*)klass->as_klassOop();
758 _size_offset_table = (method_entry - ((intptr_t*)offset_entry)) / itableOffsetEntry::size();
775 itableOffsetEntry* ioe = offset_entry(0);
792 itableOffsetEntry* ioe = offset_entry(0);
809 itableOffsetEntry* ioe = offset_entry(0);
826 itableOffsetEntry* ioe = offset_entry(
1109 SetupItableClosure(address klass_begin, itableOffsetEntry* offset_entry, itableMethodEntry* method_entry) argument
[all...]
H A DklassVtable.hpp270 itableOffsetEntry* offset_entry(int i) { assert(0 <= i && i <= _size_offset_table, "index out of bounds"); function in class:klassItable

Completed in 993 milliseconds