Searched refs:llvm_value (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/shark/
H A DsharkValue.cpp119 return llvm_value()->getType() == SharkType::jint_type();
122 return llvm_value()->getType() == SharkType::jlong_type();
125 return llvm_value()->getType() == SharkType::jfloat_type();
128 return llvm_value()->getType() == SharkType::jdouble_type();
131 return llvm_value()->getType() == SharkType::oop_type();
166 return llvm_value();
170 return llvm_value();
174 return llvm_value();
178 return llvm_value();
182 return llvm_value();
[all...]
H A DsharkValue.hpp186 llvm::Value* llvm_value() const { function in class:SharkNormalValue

Completed in 37 milliseconds