Searched defs:notes (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/test/tools/javac/
H A DT6410706.java56 // expect 2 notes:
60 if (dl.notes != 2)
61 throw new AssertionError(dl.notes + " notes given");
69 notes++;
72 int notes; field in class:T6410706.MyDiagListener
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp579 Node_Notes* notes = C->node_notes_at(node->_idx); local
580 if (notes != NULL) {
581 caller = notes->jvms();
H A Dcompile.cpp790 // After parsing, node notes are no longer automagic.
1219 Node_Notes* notes = NEW_ARENA_ARRAY(node_arena(), Node_Notes, num_notes); local
1220 Copy::zero_to_bytes(notes, num_notes * sizeof(Node_Notes));
1222 arr->append(notes);
1223 notes += _node_notes_block_size;
1243 return false; // Not collecting any notes now.
1245 // This is a copy onto a pre-existing node, which may already have notes.
1246 // If both nodes have notes, do not overwrite any pre-existing notes.
1255 // The order of operations here ensures that dest notes wil
[all...]

Completed in 71 milliseconds