/openjdk7/jdk/src/share/classes/sun/tools/java/ |
H A D | ClassNotFound.java | 46 public ClassNotFound(Identifier nm) { argument 47 super(nm.toString()); 48 name = nm;
|
H A D | Imports.java | 140 Identifier nm = t.getName(); 147 if (env.isExemptPackage(nm)) { 154 Identifier rnm = env.resolvePackageQualifiedName(nm); 164 nm = rnm; 165 } else if (!env.getPackage(nm).exists()) { 166 env.error(where, "package.not.found", nm, "import"); 168 // nm exists, and rnm.getTopName() is a parent package 171 resolvedPackages.addElement(new IdentifierToken(where, nm)); 180 Identifier nm = t.getName(); 182 Identifier pkg = nm 260 resolve(Environment env, Identifier nm) argument 385 forceResolve(Environment env, Identifier nm) argument 407 addClass(Identifier nm) argument 496 resolve(Identifier nm) argument [all...] |
H A D | ParserActions.java | 50 void packageDeclaration(long off, IdentifierToken nm); argument 55 void importClass(long off, IdentifierToken nm); argument 60 void importPackage(long off, IdentifierToken nm); argument 69 int mod, IdentifierToken nm, 85 IdentifierToken nm, IdentifierToken args[], 68 beginClass(long off, String doc, int mod, IdentifierToken nm, IdentifierToken sup, IdentifierToken impl[]) argument 83 defineField(long where, ClassDefinition c, String doc, int mod, Type t, IdentifierToken nm, IdentifierToken args[], IdentifierToken exp[], Node val) argument
|
H A D | Environment.java | 93 public ClassDeclaration getClassDeclaration(Identifier nm) { argument 94 return env.getClassDeclaration(nm); 103 public final ClassDefinition getClassDefinition(Identifier nm) throws ClassNotFound { argument 104 if (nm.isInner()) { 105 ClassDefinition c = getClassDefinition(nm.getTopName()); 106 Identifier tail = nm.getFlatName(); 141 //System.out.println("FOUND " + c + " FOR " + nm); 144 return getClassDeclaration(nm).getClassDefinition(this); 169 public boolean classExists(Identifier nm) { argument 170 return env.classExists(nm); 290 resolveByName(long where, ClassDefinition c, Identifier nm) argument 294 resolveExtendsByName(long where, ClassDefinition c, Identifier nm) argument 298 resolveByName(long where, ClassDefinition c, Identifier nm, boolean isExtends) argument 340 getQualifiedClassDefinition(long where, Identifier nm, ClassDefinition ctxClass, boolean isExtends) argument 564 resolve(Identifier nm) argument [all...] |
/openjdk7/hotspot/make/bsd/makefiles/ |
H A D | build_vm_def.sh | 3 # If we're cross compiling use that path for nm 5 NM=$ALT_COMPILER_PATH/nm 7 NM=nm
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | genRemSet.cpp | 33 uintx GenRemSet::max_alignment_constraint(Name nm) { argument 34 switch (nm) {
|
H A D | iterator.cpp | 62 nmethod* nm = cb->as_nmethod_or_null(); local 63 if (nm == NULL) return; 64 if (!nm->test_set_oops_do_mark()) { 65 NOT_PRODUCT(if (TraceScavenge) nm->print_on(tty, "oops_do, 1st visit\n")); 66 do_newly_marked_nmethod(nm); 68 NOT_PRODUCT(if (TraceScavenge) nm->print_on(tty, "oops_do, skipped on 2nd visit\n")); 72 void CodeBlobToOopClosure::do_newly_marked_nmethod(nmethod* nm) { argument 73 nm->oops_do(_cl, /*do_strong_roots_only=*/ true); 78 nmethod* nm = cb->as_nmethod_or_null(); local 79 NOT_PRODUCT(if (TraceScavenge && Verbose && nm ! [all...] |
/openjdk7/hotspot/make/linux/makefiles/ |
H A D | build_vm_def.sh | 3 # If we're cross compiling use that path for nm 5 NM=$ALT_COMPILER_PATH/nm 7 NM=nm
|
/openjdk7/hotspot/make/solaris/makefiles/ |
H A D | build_vm_def.sh | 3 /usr/ccs/bin/nm -p $* \
|
/openjdk7/jdk/src/share/classes/sun/awt/image/ |
H A D | XbmImageDecoder.java | 75 char nm[] = new char[80]; 91 nm[i++] = (char) c; 97 nm[0] != '#' || 98 nm[1] != 'd' || 99 nm[2] != 'e' || 100 nm[3] != 'f' || 101 nm[4] != 'i' || 102 nm[5] != 'n' || 103 nm[6] != 'e') 109 if (nm[n [all...] |
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | sweeper.cpp | 43 #define SWEEP(nm) record_sweep(nm, __LINE__) 109 void NMethodSweeper::record_sweep(nmethod* nm, int line) { argument 112 _records[_sweep_index].traversal_mark = nm->_stack_traversal_mark; 114 _records[_sweep_index].compile_id = nm->compile_id(); 115 _records[_sweep_index].kind = nm->compile_kind(); 116 _records[_sweep_index].state = nm->_state; 117 _records[_sweep_index].vep = nm->verified_entry_point(); 118 _records[_sweep_index].uep = nm->entry_point(); 125 #define SWEEP(nm) 361 NMethodMarker(nmethod* nm) argument 371 process_nmethod(nmethod *nm) argument 539 nmethod* nm = CodeCache::alive_nmethod(CodeCache::first()); local [all...] |
/openjdk7/hotspot/src/share/vm/code/ |
H A D | codeCache.cpp | 98 nmethod* nm = cb->as_nmethod_or_null(); local 99 code_size += nm->insts_size(); 100 stub_size += nm->stub_size(); 102 scopes_oop_size += nm->oops_size(); 103 scopes_data_size += nm->scopes_data_size(); 104 scopes_pcs_size += nm->scopes_pcs_size(); 274 void CodeCache::blobs_do(void f(CodeBlob* nm)) { argument 282 void CodeCache::nmethods_do(void f(nmethod* nm)) { argument 284 FOR_ALL_BLOBS(nm) { 285 if (nm 349 add_scavenge_root_nmethod(nmethod* nm) argument 357 drop_scavenge_root_nmethod(nmethod* nm) argument 425 nmethod *nm = (nmethod*)cb; local 439 nmethod *nm = (nmethod*)cb; local 485 remove_saved_code(nmethod* nm) argument 512 speculatively_disconnect(nmethod* nm) argument 541 nmethod *nm = (nmethod*)cb; local 561 nmethod *nm = (nmethod*)cb; local 692 nmethod *nm = old_method->code(); local 835 nmethod* nm = (nmethod*)cb; local 880 nmethod* nm = (nmethod*)cb; local [all...] |
H A D | exceptionHandlerTable.cpp | 68 ExceptionHandlerTable::ExceptionHandlerTable(const nmethod* nm) { 69 _table = (HandlerTableEntry*)nm->handler_table_begin(); 70 _length = nm->handler_table_size() / sizeof(HandlerTableEntry); 101 void ExceptionHandlerTable::copy_to(nmethod* nm) { 102 assert(size_in_bytes() == nm->handler_table_size(), "size of space allocated in nmethod incorrect"); 103 memmove(nm->handler_table_begin(), _table, size_in_bytes()); 191 ImplicitExceptionTable::ImplicitExceptionTable(const nmethod* nm) { 192 if (nm->nul_chk_table_size() == 0) { 198 _data = (implicit_null_entry*)nm->nul_chk_table_begin(); 203 assert(size_in_bytes() <= nm [all...] |
H A D | exceptionHandlerTable.hpp | 101 ExceptionHandlerTable(const nmethod* nm); 118 void copy_to(nmethod* nm); 150 ImplicitExceptionTable( const nmethod *nm ); 159 void copy_to(nmethod* nm); 161 void verify(nmethod *nm) const;
|
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | jvmtiCodeBlobEvents.hpp | 52 static void build_jvmti_addr_location_map(nmethod *nm, jvmtiAddrLocationMap** map,
|
H A D | jvmtiCodeBlobEvents.cpp | 43 // as void CodeCache::blobs_do(void f(CodeBlob* nm)) and hence requires 233 void JvmtiCodeBlobEvents::build_jvmti_addr_location_map(nmethod *nm, argument 243 methodHandle mh(nm->method()); 249 pcds_in_method = (nm->scopes_pcs_end() - nm->scopes_pcs_begin()); 252 address scopes_data = nm->scopes_data_begin(); 253 for( pcd = nm->scopes_pcs_begin(); pcd < nm->scopes_pcs_end(); ++pcd ) { 254 ScopeDesc sc0(nm, pcd->scope_decode_offset(), pcd->should_reexecute(), pcd->return_oop()); 260 map[map_length].start_address = (const void*)pcd->real_pc(nm); [all...] |
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/ |
H A D | MakeNotEntrantEvent.java | 34 MakeNotEntrantEvent(double s, String i, boolean z, NMethod nm) { argument 37 nmethod = nm;
|
/openjdk7/jdk/src/share/classes/javax/swing/text/ |
H A D | StyledDocument.java | 42 * @param nm the name of the style (must be unique within the 53 public Style addStyle(String nm, Style parent); argument 58 * @param nm the name of the style to remove 60 public void removeStyle(String nm); argument 65 * @param nm the name of the style 68 public Style getStyle(String nm); argument
|
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/ |
H A D | PartialCompositeContext.java | 143 Name nm = name; 146 answer = ctx.p_resolveToClass(nm, contextType, cont); 148 nm = cont.getRemainingName(); 150 answer = ctx.p_resolveToClass(nm, contextType, cont); 174 Name nm = name; 177 answer = ctx.p_lookup(nm, cont); 179 nm = cont.getRemainingName(); 181 answer = ctx.p_lookup(nm, cont); 196 Name nm = name; 201 ctx.p_bind(nm, newOb [all...] |
H A D | PartialCompositeDirContext.java | 136 Name nm = name; 139 answer = ctx.p_getAttributes(nm, attrIds, cont); 141 nm = cont.getRemainingName(); 143 answer = ctx.p_getAttributes(nm, attrIds, cont); 162 Name nm = name; 165 ctx.p_modifyAttributes(nm, mod_op, attrs, cont); 167 nm = cont.getRemainingName(); 169 ctx.p_modifyAttributes(nm, mod_op, attrs, cont); 187 Name nm = name; 190 ctx.p_modifyAttributes(nm, mod [all...] |
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/ |
H A D | ciMethod.java | 79 NMethod nm = method.getNativeMethod(); 80 if (nm != null) return (int)nm.codeEnd().minus(nm.getVerifiedEntryPoint());
|
/openjdk7/jdk/src/share/sample/nio/server/ |
H A D | FileContent.java | 70 String nm = fn.getName(); 71 if (nm.endsWith(".html")) 73 else if ((nm.indexOf('.') < 0) || nm.endsWith(".txt"))
|
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | GraphicsEnvironment.java | 95 String nm = AccessController.doPrivileged(new GetPropertyAction("java.awt.graphicsenv", null)); 102 geCls = Class.forName(nm); 107 geCls = Class.forName(nm, true, cl); 116 throw new Error("Could not find class: "+nm); 119 + nm); 122 + nm); 166 String nm = System.getProperty("java.awt.headless"); 168 if (nm == null) { 188 } else if (nm.equals("true")) {
|
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/ |
H A D | ReachableObjects.java | 71 String nm = clazz.getName() + "." + f.getName(); 72 if (excludes.isExcluded(nm)) { 73 fieldsExcluded.put(nm, nm); 76 fieldsUsed.put(nm, nm);
|
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/ |
H A D | ParserDelegator.java | 63 String nm = "html32"; 65 _dtd = DTD.getDTD(nm); 68 System.out.println("Throw an exception: could not get default dtd: " + nm); 70 dtd = createDTD(_dtd, nm);
|