Lines Matching refs:PhaseMacroExpand

50 int PhaseMacroExpand::replace_input(Node *use, Node *oldref, Node *newref) {
68 void PhaseMacroExpand::copy_call_debug_info(CallNode *oldcall, CallNode * newcall) {
103 Node* PhaseMacroExpand::opt_bits_test(Node* ctrl, Node* region, int edge, Node* word, int mask, int bits, bool return_fast_path) {
131 void PhaseMacroExpand::copy_predefined_input_for_runtime_call(Node * ctrl, CallNode* oldcall, CallNode* call) {
141 CallNode* PhaseMacroExpand::make_slow_call(CallNode *oldcall, const TypeFunc* slow_call_type, address slow_call, const char* leaf_name, Node* slow_path, Node* parm0, Node* parm1) {
160 void PhaseMacroExpand::extract_call_projections(CallNode *call) {
216 void PhaseMacroExpand::eliminate_card_mark(Node* p2x) {
384 Node *PhaseMacroExpand::value_from_mem_phi(Node *mem, BasicType ft, const Type *phi_type, const TypeOopPtr *adr_t, Node *alloc, Node_Stack *value_phis, int level) {
472 Node *PhaseMacroExpand::value_from_mem(Node *sfpt_mem, BasicType ft, const Type *ftype, const TypeOopPtr *adr_t, Node *alloc) {
562 bool PhaseMacroExpand::can_eliminate_allocation(AllocateNode *alloc, GrowableArray <SafePointNode *>& safepoints) {
681 bool PhaseMacroExpand::scalar_replacement(AllocateNode *alloc, GrowableArray <SafePointNode *>& safepoints) {
852 void PhaseMacroExpand::process_users_of_allocation(AllocateNode *alloc) {
948 bool PhaseMacroExpand::eliminate_allocate_node(AllocateNode *alloc) {
995 void PhaseMacroExpand::set_eden_pointers(Node* &eden_top_adr, Node* &eden_end_adr) {
1012 Node* PhaseMacroExpand::make_load(Node* ctl, Node* mem, Node* base, int offset, const Type* value_type, BasicType bt) {
1021 Node* PhaseMacroExpand::make_store(Node* ctl, Node* mem, Node* base, int offset, Node* value, BasicType bt) {
1082 void PhaseMacroExpand::expand_allocate_common(
1544 // Helper for PhaseMacroExpand::expand_allocate_common.
1547 PhaseMacroExpand::initialize_object(AllocateNode* alloc,
1608 Node* PhaseMacroExpand::prefetch_allocation(Node* i_o, Node*& needgc_false,
1762 void PhaseMacroExpand::expand_allocate(AllocateNode *alloc) {
1768 void PhaseMacroExpand::expand_allocate_array(AllocateArrayNode *alloc) {
1799 void PhaseMacroExpand::mark_eliminated_box(Node* oldbox, Node* obj) {
1886 void PhaseMacroExpand::mark_eliminated_locking_nodes(AbstractLockNode *alock) {
1945 bool PhaseMacroExpand::eliminate_locking_node(AbstractLockNode *alock) {
2035 void PhaseMacroExpand::expand_lock_node(LockNode *lock) {
2272 void PhaseMacroExpand::expand_unlock_node(UnlockNode *unlock) {
2339 void PhaseMacroExpand::eliminate_macro_nodes() {
2397 bool PhaseMacroExpand::expand_macro_nodes() {