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

/openjdk9/hotspot/src/share/vm/shark/
H A DsharkType.hpp112 static llvm::Type* to_stackType(BasicType type) { function in class:SharkType
113 return context().to_stackType(type);
115 static llvm::Type* to_stackType(ciType* type) { function in class:SharkType
116 return to_stackType(type->basic_type());
H A DsharkCacheDecache.cpp66 SharkType::to_stackType(value->basic_type()),
135 SharkType::to_stackType(value->basic_type()),
180 SharkType::to_stackType(value->basic_type()),
227 SharkType::to_stackType(value->basic_type()),
253 SharkType::to_stackType(value->basic_type()))),
H A DsharkNativeWrapper.cpp172 Type *param_type = SharkType::to_stackType(arg_type(i));
344 result, SharkType::to_stackType(result_type), is_signed);
351 PointerType::getUnqual(SharkType::to_stackType(result_type))));
H A DsharkContext.hpp174 llvm::Type* to_stackType(BasicType type) const { function in class:SharkContext
H A DsharkValue.cpp236 PHINode *phi = builder->CreatePHI(SharkType::to_stackType(type()), 0, name);
H A DsharkState.cpp310 type, builder()->CreatePHI(SharkType::to_stackType(type), 0, name));
348 type, builder()->CreatePHI(SharkType::to_stackType(type), 0, name));
H A DsharkTopLevelBlock.cpp826 PointerType::getUnqual(SharkType::to_stackType(type))));
850 Type *stack_type = SharkType::to_stackType(basic_type);
H A DsharkBlock.cpp1045 Type *stack_type = SharkType::to_stackType(basic_type);

Completed in 108 milliseconds