Searched defs:arrayoop (Results 1 - 1 of 1) 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,

Completed in 31 milliseconds