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

/openjdk10/hotspot/src/share/vm/shark/
H A DsharkType.hpp91 static llvm::ArrayType* monitor_type() { function in class:SharkType
92 return context().monitor_type();
H A DsharkContext.hpp140 llvm::ArrayType* monitor_type() const { function in class:SharkContext
H A DsharkStack.hpp213 SharkType::monitor_type(),
H A DsharkBuilder.cpp149 return PointerType::getUnqual(SharkType::monitor_type());

Completed in 294 milliseconds