< prev index next > src/hotspot/share/opto/parse.hpp
Print this page
void array_store(BasicType etype);
// Helper function to compute array addressing
Node* array_addressing(BasicType type, int vals, const Type*& elemtype);
void clinit_deopt();
+ void clinit_barrier_on_inline();
// Pass current map to exits
void return_current(Node* value);
// Register finalizers on return from Object.<init>
void linear_search_switch_ranges(Node* key_val, SwitchRange*& lo, SwitchRange*& hi);
// helper function for call statistics
void count_compiled_calls(bool at_method_entry, bool is_inline) PRODUCT_RETURN;
+ // AOT compiled code invocations count
+ void count_aot_code_calls() NOT_CDS_RETURN;
+
Node_Notes* make_node_notes(Node_Notes* caller_nn);
// Helper functions for handling normal and abnormal exits.
void build_exits();
< prev index next >