Searched refs:to_jfieldID (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DjfieldIDWorkaround.hpp153 static jfieldID to_jfieldID(instanceKlassHandle k, int offset, bool is_static) { function in class:jfieldIDWorkaround
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp974 jfieldID fid = jfieldIDWorkaround::to_jfieldID(h_cp_entry_f1, cp_entry->f2_as_index(), is_static);
1006 jfieldID fid = jfieldIDWorkaround::to_jfieldID(h_klass, cp_entry->f2_as_index(), is_static);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2321 result_list[id_index--] = jfieldIDWorkaround::to_jfieldID(

Completed in 45 milliseconds