Searched refs:entry_point_type (Results 1 - 6 of 6) sorted by relevance

/openjdk9/hotspot/src/share/vm/shark/
H A DsharkFunction.hpp94 llvm::FunctionType* entry_point_type() const { function in class:SharkFunction
98 return SharkType::entry_point_type();
H A DsharkType.hpp103 static llvm::FunctionType* entry_point_type() { function in class:SharkType
104 return context().entry_point_type();
H A DsharkContext.hpp152 llvm::FunctionType* entry_point_type() const { function in class:SharkContext
H A DsharkFunction.cpp44 entry_point_type(),
H A DsharkNativeWrapper.cpp36 SharkType::entry_point_type(),
H A DsharkTopLevelBlock.cpp1360 PointerType::getUnqual(SharkType::entry_point_type()))),

Completed in 121 milliseconds