Searched refs:Parse (Results 1 - 14 of 14) sorted by relevance
/openjdk7/jdk/test/sun/tools/jstat/ |
H A D | classloadOutput1.awk | 6 # Loaded Time Inited Time Shared Kbytes LoadTime SysClass Kbytes LoadTime Lookup Parse Linked Time Verified Time AppClass Kbytes AppCL DefineClass Time FindClass Time Delegation URLCL Read 14 /^Loaded Time Inited Time Shared Kbytes LoadTime SysClass Kbytes LoadTime Lookup Parse Linked Time Verified Time AppClass Kbytes AppCL DefineClass Time FindClass Time Delegation URLCL Read$/ {
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | parseHelper.cpp | 65 void Parse::do_checkcast() { 105 void Parse::do_instanceof() { 140 void Parse::array_store_check() { 213 void Parse::emit_guard_for_new(ciInstanceKlass* klass) { 253 void Parse::do_new() { 292 void Parse::dump_map_adr_mem() const { 317 void Parse::test_counter_against_threshold(Node* cnt, int limit) { 336 void Parse::increment_and_test_invocation_counter(int limit) { 356 Node* Parse::method_data_addressing(ciMethodData* md, ciProfileData* data, ByteSize counter_offset, Node* idx, uint stride) { 380 void Parse [all...] |
H A D | parse1.cpp | 61 bool Parse::BytecodeParseHistogram::_initialized = false; 62 uint Parse::BytecodeParseHistogram::_bytecodes_parsed [Bytecodes::number_of_codes]; 63 uint Parse::BytecodeParseHistogram::_nodes_constructed[Bytecodes::number_of_codes]; 64 uint Parse::BytecodeParseHistogram::_nodes_transformed[Bytecodes::number_of_codes]; 65 uint Parse::BytecodeParseHistogram::_new_values [Bytecodes::number_of_codes]; 70 void Parse::print_statistics() { 98 Node *Parse::fetch_interpreter_state(int index, 141 Node* Parse::check_interpreter_type(Node* l, const Type* type, 180 void Parse::load_interpreter_state(Node* osr_buf) { 382 //------------------------------Parse 384 Parse::Parse(JVMState* caller, ciMethod* parse_method, float expected_uses) function in class:Parse [all...] |
H A D | parse.hpp | 38 class Parse; 146 //------------------------------Parse------------------------------------------ 147 // Parse bytecodes, build a Graph 148 class Parse : public GraphKit { class in inherits:GraphKit 174 void init_node(Parse* outer, int po); 176 void init_graph(Parse* outer); 262 void record_state(Parse* outer); 284 Parse *_parser; 294 BytecodeParseHistogram(Parse *p, Compile *c); 351 Parse(JVMStat [all...] |
H A D | parse3.cpp | 42 bool Parse::static_field_ok_in_clinit(ciField *field, ciMethod *method) { 79 void Parse::do_field_access(bool is_get, bool is_field) { 147 void Parse::do_get_xxx(Node* obj, ciField* field, bool is_field) { 246 void Parse::do_put_xxx(Node* obj, ciField* field, bool is_field) { 311 bool Parse::push_constant(ciConstant constant, bool require_constant) { 359 void Parse::do_anewarray() { 387 void Parse::do_newarray(BasicType elem_type) { 399 Node* Parse::expand_multianewarray(ciArrayKlass* array_klass, Node* *lengths, int ndimensions, int nargs) { 420 void Parse::do_multianewarray() {
|
H A D | locknode.cpp | 164 void Parse::do_monitor_enter() { 181 void Parse::do_monitor_exit() {
|
H A D | parse2.cpp | 47 void Parse::array_load(BasicType elem_type) { 59 void Parse::array_store(BasicType elem_type) { 71 Node* Parse::array_addressing(BasicType type, int vals, const Type* *result2) { 168 IfNode* Parse::jump_if_fork_int(Node* a, Node* b, BoolTest::mask mask) { 176 Node* Parse::jump_if_join(Node* iffalse, Node* iftrue) { 189 void Parse::jump_if_true_fork(IfNode *iff, int dest_bci_if_true, int prof_table_index) { 203 void Parse::jump_if_false_fork(IfNode *iff, int dest_bci_if_true, int prof_table_index) { 217 void Parse::jump_if_always_fork(int dest_bci, int prof_table_index) { 285 void Parse::do_tableswitch() { 335 void Parse [all...] |
H A D | doCall.cpp | 253 // Whenever we inline, the dependency is added by Parse::Parse(). 333 bool Parse::can_not_compile_call_site(ciMethod *dest_method, ciInstanceKlass* klass) { 359 void Parse::do_call() { 597 void Parse::catch_call_exceptions(ciExceptionHandlerStream& handlers) { 702 void Parse::catch_inline_exceptions(SafePointNode* ex_map) { 847 void Parse::count_compiled_calls(bool at_method_entry, bool is_inline) {
|
H A D | graphKit.hpp | 45 class Parse; 86 virtual Parse* is_Parse() const { return NULL; } 850 int _block; // PO of current block, if a Parse
|
H A D | callGenerator.cpp | 83 Parse parser(jvms, method(), _expected_uses);
|
H A D | graphKit.cpp | 108 Parse* parse = is_Parse(); 643 Parse* parser = kit->is_Parse(); 652 Parse* parser = kit->is_Parse(); 817 // sequence of [a]newarray. See Parse::do_multianewarray(). 845 // undefined if the bci is different. This is normal for Parse but it 1538 // could be delayed during Parse (for example, in adjust_map_after_if()). 2825 // When Parse::do_put_xxx updates a volatile field, it appends a series
|
H A D | compile.cpp | 270 Parse::print_statistics();
|
/openjdk7/jdk/make/tools/src/build/tools/jdwpgen/ |
H A D | Main.java | 52 // Parse arguments 79 Parse parse = new Parse(reader);
|
H A D | Parse.java | 31 class Parse { class 36 Parse(Reader reader) { method in class:Parse
|
Completed in 1564 milliseconds