Searched refs:get_klass_index (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp239 int get_klass_index() const;
250 constantTag tag = get_constant_pool_tag(get_klass_index());
H A DciStreams.cpp159 // ciBytecodeStream::get_klass_index
163 int ciBytecodeStream::get_klass_index() const { function in class:ciBytecodeStream
190 return CURRENT_ENV->get_klass_by_index(cpool, get_klass_index(), will_link, _holder);
H A DciTypeFlow.cpp748 trap(str, array_klass, str->get_klass_index());
763 trap(str, klass, str->get_klass_index());
900 trap(str, element_klass, str->get_klass_index());
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp1759 LLVMValue::jint_constant(iter()->get_klass_index()),
1808 LLVMValue::jint_constant(iter()->get_klass_index()),
1838 LLVMValue::jint_constant(iter()->get_klass_index()),

Completed in 123 milliseconds