< prev index next >

src/hotspot/share/opto/valuetypenode.hpp

Print this page

        

*** 118,128 **** // Create uninitialized static ValueTypeNode* make_uninitialized(PhaseGVN& gvn, ciValueKlass* klass); // Create with default field values static ValueTypeNode* make_default(PhaseGVN& gvn, ciValueKlass* vk); // Create and initialize by loading the field values from an oop ! static ValueTypeNode* make_from_oop(GraphKit* kit, Node* oop, ciValueKlass* vk, bool buffer_check = false, bool null2default = true, int trap_bci = -1); // Create and initialize by loading the field values from a flattened field or array static ValueTypeNode* make_from_flattened(GraphKit* kit, ciValueKlass* vk, Node* obj, Node* ptr, ciInstanceKlass* holder = NULL, int holder_offset = 0); // Create and initialize with the inputs or outputs of a MultiNode (method entry or call) static ValueTypeNode* make_from_multi(GraphKit* kit, MultiNode* multi, ciValueKlass* vk, int base_input, bool in); --- 118,128 ---- // Create uninitialized static ValueTypeNode* make_uninitialized(PhaseGVN& gvn, ciValueKlass* klass); // Create with default field values static ValueTypeNode* make_default(PhaseGVN& gvn, ciValueKlass* vk); // Create and initialize by loading the field values from an oop ! static ValueTypeNode* make_from_oop(GraphKit* kit, Node* oop, ciValueKlass* vk, bool null2default = true, int trap_bci = -1); // Create and initialize by loading the field values from a flattened field or array static ValueTypeNode* make_from_flattened(GraphKit* kit, ciValueKlass* vk, Node* obj, Node* ptr, ciInstanceKlass* holder = NULL, int holder_offset = 0); // Create and initialize with the inputs or outputs of a MultiNode (method entry or call) static ValueTypeNode* make_from_multi(GraphKit* kit, MultiNode* multi, ciValueKlass* vk, int base_input, bool in);
< prev index next >