Searched refs:AliasIdxRaw (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp496 Node* should_post_flag = make_load(control(), adr, TypeInt::INT, T_INT, Compile::AliasIdxRaw, false);
1863 int adr_type = Compile::AliasIdxRaw;
2167 // except that the memory effects of the call are restricted to AliasIdxRaw.
2839 assert(!(opcode == Op_Initialize && alias_idx != Compile::AliasIdxRaw), "fix caller");
2935 uint raw_idx = Compile::AliasIdxRaw;
2996 int rawidx = Compile::AliasIdxRaw;
3509 int adr_type = Compile::AliasIdxRaw;
3596 Node* marking = __ load(__ ctrl(), marking_adr, TypeInt::INT, active_type, Compile::AliasIdxRaw);
3602 Node* index = __ load(__ ctrl(), index_adr, TypeX_X, index_bt, Compile::AliasIdxRaw);
3612 Node* buffer = __ load(__ ctrl(), buffer_adr, TypeRawPtr::NOTNULL, T_ADDRESS, Compile::AliasIdxRaw);
3622 __ store(__ ctrl(), log_addr, pre_val, T_OBJECT, Compile::AliasIdxRaw); member in class:Compile
3624 __ store(__ ctrl(), index_adr, next_index, index_bt, Compile::AliasIdxRaw); member in class:Compile
3656 __ storeCM(__ ctrl(), card_adr, zero, oop_store, oop_alias_idx, card_bt, Compile::AliasIdxRaw); member in class:Compile
3664 __ store(__ ctrl(), log_addr, card_adr, T_ADDRESS, Compile::AliasIdxRaw); member in class:Compile
3665 __ store(__ ctrl(), index_adr, next_index, TypeX_X->basic_type(), Compile::AliasIdxRaw); member in class:Compile
[all...]
H A Dmemnode.cpp89 else if (atp->index() == Compile::AliasIdxRaw)
184 assert(alias_idx >= Compile::AliasIdxRaw, "must not be a bad alias_idx");
567 if (alias_idx == Compile::AliasIdxRaw) {
904 assert( ctl != NULL || C->get_alias_index(adr_type) != Compile::AliasIdxRaw ||
960 if (EliminateAutoBox && atp != NULL && atp->index() >= Compile::AliasIdxRaw &&
1429 phase->C->get_alias_index(phase->type(address)->is_ptr()) != Compile::AliasIdxRaw ) {
1437 && phase->C->get_alias_index(phase->type(address)->is_ptr()) != Compile::AliasIdxRaw) {
2237 assert( C->get_alias_index(adr_type) != Compile::AliasIdxRaw ||
2308 phase->C->get_alias_index(adr_type()) == Compile::AliasIdxRaw,
3015 assert(adr_type == Compile::AliasIdxRaw, "onl
[all...]
H A Dparse3.cpp294 for( int i = Compile::AliasIdxRaw; i < C->num_alias_types(); i++ ) {
H A Dmatcher.cpp873 if (nidx == Compile::AliasIdxTop && midx >= Compile::AliasIdxRaw) {
884 if (nidx == Compile::AliasIdxTop && midx == Compile::AliasIdxRaw) {
889 nidx = Compile::AliasIdxRaw;
894 if (nidx == Compile::AliasIdxRaw && midx == Compile::AliasIdxTop) {
897 midx = Compile::AliasIdxRaw;
H A Dmemnode.hpp602 assert(_oop_alias_idx >= Compile::AliasIdxRaw ||
1020 Node* zero_memory() { return memory(Compile::AliasIdxRaw); }
H A Dcompile.cpp688 assert(num_alias_types() >= AliasIdxRaw, "");
1071 _alias_types[AliasIdxRaw]->Init(AliasIdxRaw, TypeRawPtr::BOTTOM);
1072 _num_alias_types = AliasIdxRaw+1;
2425 assert( n->in(0) != NULL || alias_idx != Compile::AliasIdxRaw ||
H A Dmacro.cpp345 assert(adr_idx == Compile::AliasIdxRaw, "address must match or be raw");
501 assert(C->get_alias_index(atype) == Compile::AliasIdxRaw, "store is correct memory slice");
1156 mem = mem->as_MergeMem()->memory_at(Compile::AliasIdxRaw);
H A Dparse1.cpp102 Node *mem = memory(Compile::AliasIdxRaw);
232 store_to_memory(control(), box, displaced_hdr, T_ADDRESS, Compile::AliasIdxRaw); member in class:Compile
1876 if (phi == mem->base_memory() && idx >= Compile::AliasIdxRaw) {
H A Dcompile.hpp96 AliasIdxRaw = 3 // hard-wired index for TypeRawPtr::BOTTOM enumerator in enum:Compile::__anon306
H A Dlibrary_call.cpp4195 int raw_adr_idx = Compile::AliasIdxRaw;
4277 int raw_adr_idx = Compile::AliasIdxRaw;
4692 Compile::AliasIdxRaw,
4981 Node* rawmem = memory(Compile::AliasIdxRaw);
4988 rawmem = rawmem->in(0)->as_Initialize()->memory(Compile::AliasIdxRaw);
H A Dgcm.cpp584 if (load_alias_idx != Compile::AliasIdxRaw) {
H A Dcfgnode.cpp1814 if (merge_width > Compile::AliasIdxRaw) {
H A Descape.cpp3041 for (uint i = Compile::AliasIdxRaw+1; i < nslices; i++) {

Completed in 152 milliseconds