| H A D | graphKit.cpp | 55 // Private constructor for parser. 126 // Such merge points must never "escape" into the parser at large, 643 Parse* parser = kit->is_Parse(); local 644 int block = (parser == NULL || parser->block() == NULL) ? -1 : parser->block()->rpo(); 652 Parse* parser = kit->is_Parse(); local 653 int block = (parser == NULL || parser->block() == NULL) ? -1 : parser 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 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 1557 post_barrier(control(), store, obj, adr, adr_idx, val, bt, use_precise); local 1562 store_oop_to_unknown(Node* ctl, Node* obj, Node* adr, const TypePtr* adr_type, Node* val, BasicType bt) argument 3454 write_barrier_post(Node* oop_store, Node* obj, Node* adr, uint adr_idx, Node* val, 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 3673 g1_write_barrier_post(Node* oop_store, Node* obj, Node* adr, uint alias_idx, Node* val, BasicType bt, bool use_precise) argument [all...] |