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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp67 LoadInst* SharkBuilder::CreateArrayLength(Value* arrayoop) { argument
69 arrayoop, in_ByteSize(arrayOopDesc::length_offset_in_bytes()),
73 Value* SharkBuilder::CreateArrayAddress(Value* arrayoop, argument
88 CreateAdd(CreatePtrToInt(arrayoop, SharkType::intptr_type()), offset),
93 Value* SharkBuilder::CreateArrayAddress(Value* arrayoop, argument
99 arrayoop,
105 Value* SharkBuilder::CreateArrayAddress(Value* arrayoop, argument
110 arrayoop, basic_type,
H A DsharkBuilder.hpp69 llvm::LoadInst* CreateArrayLength(llvm::Value* arrayoop);
70 llvm::Value* CreateArrayAddress(llvm::Value* arrayoop,
76 llvm::Value* CreateArrayAddress(llvm::Value* arrayoop,
81 llvm::Value* CreateArrayAddress(llvm::Value* arrayoop,

Completed in 30 milliseconds