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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp689 BasicType basic_elem_type; local
710 basic_elem_type = elem_type->basic_type();
711 array_base = arrayOopDesc::base_offset_in_bytes(basic_elem_type);
712 element_size = type2aelembytes(basic_elem_type);
738 basic_elem_type = field->layout_type();
745 if (basic_elem_type == T_OBJECT || basic_elem_type == T_ARRAY) {
760 basic_elem_type = T_NARROWOOP;
763 field_type = Type::get_const_basic_type(basic_elem_type);
768 Node *field_val = value_from_mem(mem, basic_elem_type, field_typ
[all...]
H A Dlibrary_call.cpp243 BasicType basic_elem_type,
254 BasicType basic_elem_type,
259 BasicType basic_elem_type,
278 BasicType basic_elem_type,
4577 BasicType basic_elem_type,
4601 && basic_elem_type != T_CONFLICT // avoid corner case
4654 if (basic_elem_type == T_CONFLICT) {
4685 generate_clear_array(adr_type, dest, basic_elem_type,
4715 generate_clear_array(adr_type, dest, basic_elem_type,
4734 if (!stopped() && alloc != NULL && basic_elem_type !
4576 generate_arraycopy(const TypePtr* adr_type, BasicType basic_elem_type, Node* src, Node* src_offset, Node* dest, Node* dest_offset, Node* copy_length, bool disjoint_bases, bool length_never_negative, RegionNode* slow_region) argument
5070 generate_clear_array(const TypePtr* adr_type, Node* dest, BasicType basic_elem_type, Node* slice_idx, Node* slice_len, Node* dest_size) argument
5174 generate_block_arraycopy(const TypePtr* adr_type, BasicType basic_elem_type, AllocateNode* alloc, Node* src, Node* src_offset, Node* dest, Node* dest_offset, Node* dest_size, bool dest_uninitialized) argument
5316 generate_unchecked_arraycopy(const TypePtr* adr_type, BasicType basic_elem_type, bool disjoint_bases, Node* src, Node* src_offset, Node* dest, Node* dest_offset, Node* copy_length, bool dest_uninitialized) argument
[all...]
H A Dtype.cpp2410 BasicType basic_elem_type = field->layout_type(); local
2411 _is_ptr_to_narrowoop = (basic_elem_type == T_OBJECT ||
2412 basic_elem_type == T_ARRAY);
2417 BasicType basic_elem_type = field->layout_type(); local
2418 _is_ptr_to_narrowoop = (basic_elem_type == T_OBJECT ||
2419 basic_elem_type == T_ARRAY);
3689 BasicType basic_elem_type = elem()->basic_type(); local
3690 int array_base = arrayOopDesc::base_offset_in_bytes(basic_elem_type);
3691 int elem_size = type2aelembytes(basic_elem_type);

Completed in 64 milliseconds