Searched refs:entry_index (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp354 for (int entry_index = 0; entry_index < n_entries; entry_index++, mask <<= bits_per_entry, cell++) {
363 if (entry_index == max_locals) {
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.cpp90 int new_index = entry_index(entry->hash(), new_size);
115 for (ValueMapEntry* entry = entry_at(entry_index(hash, size())); entry != NULL; entry = entry->next()) {
140 int idx = entry_index(hash, size());
H A Dc1_ValueMap.hpp90 int entry_index(intx hash, int n) { return (unsigned int)hash % n; } function in class:ValueMap
/openjdk10/hotspot/src/share/vm/prims/
H A Djvm.cpp2383 JVM_QUICK_ENTRY(void, JVM_GetMethodIxExceptionTableEntry(JNIEnv *env, jclass cls, jint method_index, jint entry_index, JVM_ExceptionTableEntryType *entry))
2389 entry->start_pc = extable.start_pc(entry_index);
2390 entry->end_pc = extable.end_pc(entry_index);
2391 entry->handler_pc = extable.handler_pc(entry_index);
2392 entry->catchType = extable.catch_type_index(entry_index);
H A Djvm.h741 * Returns the exception table entry at entry_index of a given method.
748 jint entry_index,
/openjdk10/jdk/src/java.base/share/native/include/
H A Djvm.h820 * Returns the exception table entry at entry_index of a given method.
827 jint entry_index,

Completed in 169 milliseconds