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

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp260 // ciBytecodeStream::get_field_index
264 int ciBytecodeStream::get_field_index() { function in class:ciBytecodeStream
279 ciField* f = CURRENT_ENV->get_field_by_index(_holder, get_field_index());
314 return cpool->klass_ref_index_at(get_field_index());
327 int nt_index = cpool->name_and_type_ref_index_at(get_field_index());
H A DciStreams.hpp233 int get_field_index();

Completed in 54 milliseconds