Searched defs:legal (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJMods.java62 private static void check(int mods, int legal, String what) { argument
63 if ((mods & ~legal) != 0) {
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp1044 // Create Effect Forms for each of the legal effects
1088 void ArchDesc::addSunCopyright(char* legal, int size, FILE *fp) { argument
1089 size_t count = fwrite(legal, 1, size, fp);
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp86 // Compute earliest legal control
132 // Return earliest legal location
144 // Move node up the dominator tree as high as legal while still beneficial
238 // Set earliest legal control
242 // Record earliest legal location
2217 // _nodes array holds the earliest legal controlling CFG node.
2231 // Given early legal placement, try finding counted loops. This placement
3036 // case, it is legal (and expected) to change what loop a Node
3097 // Record earliest legal location
3221 // Compute latest legal contro
3506 Node *legal = LCA; // Walk 'legal' up the IDOM chain local
3542 Node *legal = LCA; local
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp252 // Before storing the symbol, make sure it's legal
612 assert(name_len > 0, "bad method name"); // already verified as legal name
819 // Don't need to check legal name because it's checked when parsing constant pool.
1306 // Will check legal target after parsing code array in verifier.
3084 // Don't need to check whether this class name is legal or not.
3129 // The class name should be legal because it is checked when parsing constant pool.
4293 if ((i + 5) < length) { // see if it's legal supplementary character
4330 // Checks if name is a legal class name.
4337 bool legal = false; local
4343 legal
4376 bool legal = false; local
4410 bool legal = false; local
[all...]

Completed in 59 milliseconds