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

/openjdk10/hotspot/src/share/vm/shark/
H A DsharkType.hpp85 static llvm::PointerType* klass_type() { function in class:SharkType
86 return context().klass_type();
H A DllvmValue.hpp61 return llvm::ConstantPointerNull::get(SharkType::klass_type());
H A DsharkContext.hpp134 llvm::PointerType* klass_type() const { function in class:SharkContext
H A DsharkTopLevelBlock.cpp589 SharkType::klass_type(),
594 builder()->CreateInlineMetadata(exc_handler(i)->catch_klass(), SharkType::klass_type());
1163 SharkType::klass_type(),
1196 Value *iklass = builder()->CreateInlineMetadata(method->holder(), SharkType::klass_type());
1210 SharkType::klass_type(),
1527 Value *check_klass = builder()->CreateInlineMetadata(klass, SharkType::klass_type());
1532 SharkType::klass_type(),
1767 PointerType::getUnqual(SharkType::klass_type()),
1781 Value *rtklass = builder()->CreateInlineMetadata(klass, SharkType::klass_type());
H A DsharkIntrinsics.cpp213 SharkType::klass_type(),
H A DsharkBuilder.cpp153 return SharkType::klass_type();
/openjdk10/hotspot/src/share/vm/classfile/
H A Dverifier.hpp366 VerificationType klass_type, VerificationType ref_class_type);
H A Dverifier.cpp1676 VerificationType klass_type = cp_index_to_type( local
1678 current_frame.push_stack(klass_type, CHECK_VERIFY(this));
2645 VerificationType klass_type,
2647 if (ref_class_type.equals(klass_type)) return true;
2643 is_same_or_direct_interface( InstanceKlass* klass, VerificationType klass_type, VerificationType ref_class_type) argument

Completed in 193 milliseconds