Searched refs:val_type (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp538 const TypeOopPtr* val_type,
547 const TypeOopPtr* val_type,
549 return store_oop(ctl, obj, adr, adr_type, val, val_type, bt, false);
557 const TypeOopPtr* val_type,
559 return store_oop(ctl, obj, adr, adr_type, val, val_type, bt, true);
572 Node* obj, Node* adr, uint adr_idx, Node* val, const TypeOopPtr* val_type,
704 const TypeOopPtr* val_type,
542 store_oop_to_object(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, const TypeOopPtr* val_type, BasicType bt) argument
552 store_oop_to_array(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, const TypeOopPtr* val_type, BasicType bt) argument
H A DgraphKit.cpp597 const TypeOopPtr* val_type = TypeOopPtr::make_from_klass(env()->String_klass()); local
598 Node *store = store_oop_to_object(control(), ex_node, adr, adr_typ, null(), val_type, T_OBJECT);
1474 const TypeOopPtr* val_type,
1483 g1_write_barrier_pre(do_load, obj, adr, adr_idx, val, val_type, pre_val, bt);
1534 const TypeOopPtr* val_type,
1552 control(), obj, adr, adr_idx, val, val_type,
1569 const TypeOopPtr* val_type = NULL; local
1575 val_type = TypeInstPtr::BOTTOM;
1577 val_type = TypeOopPtr::make_from_klass(field->type()->as_klass());
1581 val_type
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
1529 store_oop(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, const TypeOopPtr* val_type, BasicType bt, bool use_precise) argument
3542 g1_write_barrier_pre(bool do_load, Node* obj, Node* adr, uint alias_idx, Node* val, const TypeOopPtr* val_type, Node* pre_val, BasicType bt) argument
[all...]

Completed in 105 milliseconds