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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkType.hpp109 static const llvm::Type* to_stackType(BasicType type) { function in class:SharkType
110 return context().to_stackType(type);
112 static const llvm::Type* to_stackType(ciType* type) { function in class:SharkType
113 return to_stackType(type->basic_type());
H A DsharkCacheDecache.cpp66 SharkType::to_stackType(value->basic_type()),
136 SharkType::to_stackType(value->basic_type()),
179 SharkType::to_stackType(value->basic_type()),
226 SharkType::to_stackType(value->basic_type()),
252 SharkType::to_stackType(value->basic_type()))),
H A DsharkNativeWrapper.cpp173 const 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.hpp179 const llvm::Type* to_stackType(BasicType type) const { function in class:SharkContext
H A DsharkValue.cpp236 PHINode *phi = builder->CreatePHI(SharkType::to_stackType(type()), name);
H A DsharkState.cpp310 type, builder()->CreatePHI(SharkType::to_stackType(type), name));
348 type, builder()->CreatePHI(SharkType::to_stackType(type), name));
H A DsharkTopLevelBlock.cpp802 PointerType::getUnqual(SharkType::to_stackType(type))));
826 const Type *stack_type = SharkType::to_stackType(basic_type);
H A DsharkBlock.cpp1043 const Type *stack_type = SharkType::to_stackType(basic_type);

Completed in 54 milliseconds