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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp283 int adr_idx = C->get_alias_index(adr_type); local
284 insert_mem_bar_volatile(Op_MemBarVolatile, adr_idx, store);
288 if (adr_idx != Compile::AliasIdxBot) {
293 // that isn't the adr_idx membar. Typically there's only 1 or 2.
295 if (i != adr_idx && C->alias_type(i)->is_volatile()) {
H A DidealKit.cpp353 int adr_idx,
356 assert(adr_idx != Compile::AliasIdxTop, "use other make_load factory" );
358 debug_only(adr_type = C->get_adr_type(adr_idx));
359 Node* mem = memory(adr_idx);
370 int adr_idx,
372 assert(adr_idx != Compile::AliasIdxTop, "use other store_to_memory factory" );
374 debug_only(adr_type = C->get_adr_type(adr_idx));
375 Node *mem = memory(adr_idx);
383 set_memory(st, adr_idx);
392 int adr_idx) {
349 load(Node* ctl, Node* adr, const Type* t, BasicType bt, int adr_idx, bool require_atomic_access) argument
369 store(Node* ctl, Node* adr, Node *val, BasicType bt, int adr_idx, bool require_atomic_access) argument
390 storeCM(Node* ctl, Node* adr, Node *val, Node* oop_store, int oop_adr_idx, BasicType bt, int adr_idx) argument
497 uint adr_idx = C->get_alias_index(adr_type); local
544 uint adr_idx = C->get_alias_index(adr_type); local
[all...]
H A Dmacro.cpp335 int adr_idx = Compile::current()->get_alias_index(atype); local
336 if (adr_idx == alias_idx) {
345 assert(adr_idx == Compile::AliasIdxRaw, "address must match or be raw");
366 int adr_idx = Compile::current()->get_alias_index(atype); local
367 if (adr_idx == alias_idx) {
H A Dcompile.cpp1705 int adr_idx = get_alias_index(adr_type); local
1706 assert(adr_idx != AliasIdxBot && adr_idx != AliasIdxTop, "");
1707 assert(adr_idx == alias_idx ||
1711 return adr_idx == alias_idx;
1723 int adr_idx = get_alias_index(adr_type); local
1724 assert(adr_idx != AliasIdxBot && adr_idx != AliasIdxTop, "");
1725 return adr_idx == alias_idx;
H A DgraphKit.cpp1427 // factory methods in "int adr_idx"
1429 int adr_idx,
1431 assert(adr_idx != Compile::AliasIdxTop, "use other make_load factory" );
1433 debug_only(adr_type = C->get_adr_type(adr_idx));
1434 Node* mem = memory(adr_idx);
1445 int adr_idx,
1447 assert(adr_idx != Compile::AliasIdxTop, "use other store_to_memory factory" );
1449 debug_only(adr_type = C->get_adr_type(adr_idx));
1450 Node *mem = memory(adr_idx);
1458 set_memory(st, adr_idx);
1428 make_load(Node* ctl, Node* adr, const Type* t, BasicType bt, int adr_idx, bool require_atomic_access) argument
1444 store_to_memory(Node* ctl, Node* adr, Node *val, BasicType bt, int adr_idx, bool require_atomic_access) argument
1468 pre_barrier(bool do_load, Node* ctl, Node* obj, Node* adr, uint adr_idx, Node* val, const TypeOopPtr* val_type, Node* pre_val, BasicType bt) argument
1498 post_barrier(Node* ctl, Node* store, Node* obj, Node* adr, uint adr_idx, Node* val, BasicType bt, bool use_precise) argument
1548 uint adr_idx = C->get_alias_index(adr_type); local
1557 post_barrier(control(), store, obj, adr, adr_idx, val, bt, use_precise); local
3454 write_barrier_post(Node* oop_store, Node* obj, Node* adr, uint adr_idx, Node* val, bool use_precise) argument
3530 __ storeCM(__ ctrl(), card_adr, zero, oop_store, adr_idx, bt, adr_type); local
[all...]

Completed in 79 milliseconds