Searched defs:get_method_index (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp332 // ciBytecodeStream::get_method_index
336 int ciBytecodeStream::get_method_index() { function in class:ciBytecodeStream
364 ciMethod* m = env->get_method_by_index(cpool, get_method_index(), cur_bc(), _holder);
389 return constantPoolOopDesc::has_appendix_at_if_loaded(cpool, get_method_index());
400 oop appendix_oop = constantPoolOopDesc::appendix_at_if_loaded(cpool, get_method_index());
412 return constantPoolOopDesc::has_method_type_at_if_loaded(cpool, get_method_index());
424 oop method_type_oop = constantPoolOopDesc::method_type_at_if_loaded(cpool, get_method_index());
458 return cpool->klass_ref_index_at(get_method_index());
470 const int method_index = get_method_index();
499 int method_index = get_method_index();
[all...]

Completed in 943 milliseconds