Searched defs:element_bytes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp75 int element_bytes,
80 if (element_bytes != 1)
83 LLVMValue::intptr_constant(exact_log2(element_bytes)));
73 CreateArrayAddress(Value* arrayoop, const Type* element_type, int element_bytes, ByteSize base_offset, Value* index, const char* name) argument

Completed in 31 milliseconds