Searched refs:klass_type (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dclassify.hpp36 klass_type, enumerator in enum:oop_type
H A Dclassify.cpp76 type = klass_type;
142 if (type == instanceKlass_type || type == klass_type) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkType.hpp82 static const llvm::PointerType* klass_type() { function in class:SharkType
83 return context().klass_type();
H A DsharkContext.hpp139 const llvm::PointerType* klass_type() const { function in class:SharkContext
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1602 VerificationType klass_type = cp_index_to_type(
1604 current_frame.push_stack(klass_type, CHECK_VERIFY(this));

Completed in 619 milliseconds