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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.hpp69 llvm::LoadInst* CreateArrayLength(llvm::Value* arrayoop);
H A DsharkBuilder.cpp67 LoadInst* SharkBuilder::CreateArrayLength(Value* arrayoop) { function in class:SharkBuilder
H A DsharkTopLevelBlock.cpp409 Value *length = builder()->CreateArrayLength(array->jarray_value());
811 Value *length = builder()->CreateArrayLength(array->jarray_value());

Completed in 51 milliseconds