Searched refs:type2aelembytes (Results 1 - 25 of 25) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DarrayOop.hpp111 assert(type2aelembytes(type) != 0, "wrong type");
116 HeapWordSize * max_element_words_per_size_t / type2aelembytes(type);
H A DarrayOop.cpp37 julong bytes_per_element = type2aelembytes(type);
H A Dklass.cpp200 int esize = type2aelembytes(etype);
/openjdk7/hotspot/src/share/vm/ci/
H A DciField.hpp111 int size_in_bytes() { return type2aelembytes(layout_type()); }
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp282 int type2aelembytes(BasicType t, bool allow_address) { function
H A DglobalDefinitions.hpp578 extern int type2aelembytes(BasicType t, bool allow_address = false); // asserts
580 inline int type2aelembytes(BasicType t, bool allow_address = false) { return _type2aelembytes[t]; } function
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp101 type2aelembytes(basic_type),
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp273 return vector_width(n)*type2aelembytes(bt);
H A Dmemnode.hpp113 return type2aelembytes(memory_type(), true);
115 return type2aelembytes(memory_type());
H A Dmacro.cpp430 val = val->as_Initialize()->find_captured_store(offset, type2aelembytes(ft), &_igvn);
496 mem = mem->as_Initialize()->find_captured_store(offset, type2aelembytes(ft), &_igvn);
712 element_size = type2aelembytes(basic_elem_type);
H A DloopTransform.cpp2500 if (type2aelembytes(store->as_Mem()->memory_type(), true) != (1 << n->in(2)->get_int())) {
2673 int element_size = type2aelembytes(t);
H A Dtype.hpp605 return _length * type2aelembytes(element_basic_type());
H A Dlibrary_call.cpp4415 int element_size = type2aelembytes(t);
4829 assert(type2aelembytes(basic_elem_type) == type2aelembytes(copy_type),
5085 int scale = exact_log2(type2aelembytes(basic_elem_type));
5181 int scale = exact_log2(type2aelembytes(basic_elem_type));
H A DgraphKit.cpp1593 uint shift = exact_log2(type2aelembytes(elembt));
3601 assert(sizeof(size_t) == type2aelembytes(index_bt), "Loading G1 PtrQueue::_index with wrong size.");
H A Dtype.cpp1968 int size = length * type2aelembytes(elem_bt);
3691 int elem_size = type2aelembytes(basic_elem_type);
H A Dsuperword.cpp750 int bsize = type2aelembytes(velt_basic_type(s));
H A Descape.cpp1451 Node* store = ini->find_captured_store(offset, type2aelembytes(ft, true), phase);
H A Dmemnode.cpp1258 shift = exact_log2(type2aelembytes(T_OBJECT));
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp552 __ lea(rsi, Address(rsi, rax, Address::times_2, type2aelembytes(T_CHAR)));
553 __ lea(rdi, Address(rdi, rax, Address::times_2, type2aelembytes(T_CHAR)));
1390 int elem_size = type2aelembytes(type);
3183 int elem_size = type2aelembytes(basic_type);
H A Dc1_LIRGenerator_x86.cpp168 int elem_size = type2aelembytes(type);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp194 int elem_size = type2aelembytes(type);
H A Dc1_LIRAssembler_sparc.cpp2023 int elem_size = type2aelembytes(t);
2517 type2aelembytes(op->type()),
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp1045 int length_in_bytes = array->length() * type2aelembytes(type);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp125 int elem_size = type2aelembytes(type);
H A Dc1_LIRGenerator.cpp884 int element_size = type2aelembytes(t);

Completed in 228 milliseconds