Searched refs:jarray_value (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkValue.cpp157 Value* SharkValue::jarray_value() const { function in class:SharkValue
184 Value* SharkNormalValue::jarray_value() const { function in class:SharkNormalValue
H A DsharkValue.hpp101 virtual llvm::Value* jarray_value() const;
219 llvm::Value* jarray_value() const;
H A DsharkTopLevelBlock.cpp409 Value *length = builder()->CreateArrayLength(array->jarray_value());
811 Value *length = builder()->CreateArrayLength(array->jarray_value());
824 array->jarray_value(), basic_type, index->jint_value()));
918 array->jarray_value(), basic_type, index->jint_value(), "addr");

Completed in 53 milliseconds