Searched refs:TypeX_X (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp2104 Node* mark_node = make_load(ctrl, mem, obj, oopDesc::mark_offset_in_bytes(), TypeX_X, TypeX_X->basic_type());
2129 Node *proto_node = make_load(ctrl, mem, klass_node, in_bytes(Klass::prototype_header_offset()), TypeX_X, TypeX_X->basic_type());
2166 Node* old_phi = new (C) PhiNode( rebiased_region, TypeX_X);
2167 Node* new_phi = new (C) PhiNode( rebiased_region, TypeX_X);
2295 Node* mark_node = make_load(ctrl, mem, obj, oopDesc::mark_offset_in_bytes(), TypeX_X, TypeX_X->basic_type());
H A Dconnode.hpp494 virtual const Type *bottom_type() const { return TypeX_X; }
H A Druntime.cpp754 fields[argp++] = TypeX_X; // size in whatevers (size_t)
802 fields[argp++] = TypeX_X; // size in whatevers (size_t)
H A Dtype.hpp1317 #define TypeX_X TypeLong::LONG macro
1361 #define TypeX_X TypeInt::INT
H A DgraphKit.cpp3600 BasicType index_bt = TypeX_X->basic_type();
3602 Node* index = __ load(__ ctrl(), index_adr, TypeX_X, index_bt, Compile::AliasIdxRaw);
3665 __ store(__ ctrl(), index_adr, next_index, TypeX_X->basic_type(), Compile::AliasIdxRaw);
3726 Node* index = __ load(__ ctrl(), index_adr, TypeX_X, TypeX_X->basic_type(), Compile::AliasIdxRaw);
H A Dlibrary_call.cpp3764 Node* header = make_load(control(), header_addr, TypeX_X, TypeX_X->basic_type());

Completed in 111 milliseconds