Searched refs:nm (Results 76 - 100 of 173) sorted by relevance

1234567

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp955 nmethod* nm = NULL; local
1015 nm = nmethod::new_nmethod(method,
1032 if (nm != NULL && StressNonEntrant) {
1034 NativeJump::patch_verified_entry(nm->entry_point(), nm->verified_entry_point(),
1038 if (nm == NULL) {
1047 nm->set_has_unsafe_access(has_unsafe_access);
1048 nm->set_has_wide_vectors(has_wide_vectors);
1051 // (Put nm into the task handle *before* publishing to the Java heap.)
1052 if (task() != NULL) task()->set_code(nm);
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp901 nmethod* nm) {
903 event._event_data.compiled_method_load = nm;
906 nmethodLocker::lock_nmethod(nm);
911 nmethod* nm, jmethodID id, const void* code) {
913 event._event_data.compiled_method_unload.nm = nm;
921 nmethodLocker::lock_nmethod(nm, true /* zombie_ok */);
943 nmethod* nm = _event_data.compiled_method_load; local
944 JvmtiExport::post_compiled_method_load(nm);
946 nmethodLocker::unlock_nmethod(nm);
900 compiled_method_load_event( nmethod* nm) argument
910 compiled_method_unload_event( nmethod* nm, jmethodID id, const void* code) argument
950 nmethod* nm = _event_data.compiled_method_unload.nm; local
[all...]
H A DjvmtiImpl.hpp449 nmethod* nm; member in struct:VALUE_OBJ_CLASS_SPEC::__anon388::__anon389
467 static JvmtiDeferredEvent compiled_method_load_event(nmethod* nm);
468 static JvmtiDeferredEvent compiled_method_unload_event(nmethod* nm,
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java124 public void packageDeclaration(long off, IdentifierToken nm) { argument
127 packageDeclaration(off, nm.id);
133 protected void packageDeclaration(long off, Identifier nm) { argument
142 public void importClass(long off, IdentifierToken nm) { argument
145 importClass(off, nm.id);
151 protected void importClass(long off, Identifier nm) { argument
160 public void importPackage(long off, IdentifierToken nm) { argument
163 importPackage(off, nm.id);
169 protected void importPackage(long off, Identifier nm) { argument
179 int mod, IdentifierToken nm,
178 beginClass(long off, String doc, int mod, IdentifierToken nm, IdentifierToken sup, IdentifierToken impl[]) argument
199 beginClass(long off, String doc, int mod, Identifier nm, Identifier sup, Identifier impl[]) argument
227 endClass(long off, Identifier nm) argument
236 defineField(long where, ClassDefinition c, String doc, int mod, Type t, IdentifierToken nm, IdentifierToken args[], IdentifierToken exp[], Node val) argument
263 defineField(long where, String doc, int mod, Type t, Identifier nm, Identifier args[], Identifier exp[], Node val) argument
1509 addArgument(int mod, Type t, IdentifierToken nm) argument
1930 parseClassBody(IdentifierToken nm, int mod, int ctx, String doc, Vector ext, Vector impl, long p ) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DPointerFinder.java103 NMethod nm = (NMethod) loc.blob;
104 loc.inBlobOops = nm.oopsContains(a);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSearchEnumeration.java201 void setStartName(Name nm) { argument
202 startName = nm;
/openjdk7/jdk/src/share/classes/java/awt/
H A DColor.java719 * @param nm a <code>String</code> that represents
728 public static Color decode(String nm) throws NumberFormatException { argument
729 Integer intval = Integer.decode(nm);
744 * @param nm the name of the color property
752 public static Color getColor(String nm) { argument
753 return getColor(nm, null);
767 * @param nm the name of the color property
776 public static Color getColor(String nm, Color v) { argument
777 Integer intval = Integer.getInteger(nm);
796 * @param nm th
806 getColor(String nm, int v) argument
[all...]
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c122 uint64_t nm; /* _nmethod */ member in struct:Nmethod_t
586 uint64_t nm = N->nm; local
593 err = ps_pread(J->P, nm + OFFSET_CodeBlob_code_offset, &N->instrs_beg, SZ32);
595 err = ps_pread(J->P, nm + OFFSET_CodeBlob_data_offset, &N->instrs_end, SZ32);
597 err = ps_pread(J->P, nm + OFFSET_nmethod_deoptimize_offset, &N->deopt_beg, SZ32);
599 err = ps_pread(J->P, nm + OFFSET_nmethod_orig_pc_offset, &N->orig_pc_offset, SZ32);
603 err = ps_pread(J->P, nm + OFFSET_nmethod_oops_offset, &N->oops_beg, SZ32);
605 err = ps_pread(J->P, nm + OFFSET_nmethod_scopes_data_offset, &N->oops_end, SZ32);
609 err = ps_pread(J->P, nm
998 name_for_nmethod(jvm_agent_t* J, uint64_t nm, uint64_t pc, uint64_t methodOop, char *result, size_t size, Jframe_t *jframe ) argument
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c122 uint64_t nm; /* _nmethod */ member in struct:Nmethod_t
586 uint64_t nm = N->nm; local
593 err = ps_pread(J->P, nm + OFFSET_CodeBlob_code_offset, &N->instrs_beg, SZ32);
595 err = ps_pread(J->P, nm + OFFSET_CodeBlob_data_offset, &N->instrs_end, SZ32);
597 err = ps_pread(J->P, nm + OFFSET_nmethod_deoptimize_offset, &N->deopt_beg, SZ32);
599 err = ps_pread(J->P, nm + OFFSET_nmethod_orig_pc_offset, &N->orig_pc_offset, SZ32);
603 err = ps_pread(J->P, nm + OFFSET_nmethod_oops_offset, &N->oops_beg, SZ32);
605 err = ps_pread(J->P, nm + OFFSET_nmethod_scopes_data_offset, &N->oops_end, SZ32);
609 err = ps_pread(J->P, nm
998 name_for_nmethod(jvm_agent_t* J, uint64_t nm, uint64_t pc, uint64_t methodOop, char *result, size_t size, Jframe_t *jframe ) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp128 void copy_to(nmethod* nm);
H A DoopRecorder.hpp80 void copy_to(nmethod* nm); // => nm->copy_oops(_handles)
H A DdebugInfoRec.cpp407 void DebugInformationRecorder::copy_to(nmethod* nm) { argument
408 nm->copy_scopes_data(stream()->buffer(), stream()->position());
409 nm->copy_scopes_pcs(_pcs, _pcs_length);
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DDTDParser.java358 String nm = getString(pos);
359 Entity ent = dtd.getEntity(nm);
361 error("undef.entref" + nm);
398 String nm = getString(0);
435 dtd.defineEntity(nm, type, data);
533 String nm = getString(0);
534 type = Element.name2type(nm);
536 error("invalid.arg", "content type", nm);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.hpp55 compiledVFrame(const frame* fr, const RegisterMap* reg_map, JavaThread* thread, nmethod* nm);
H A DsimpleThresholdPolicy.cpp185 int branch_bci, int bci, CompLevel comp_level, nmethod* nm, JavaThread* thread) {
203 method_invocation_event(method, inlinee, comp_level, nm, thread);
205 method_back_branch_event(method, inlinee, bci, comp_level, nm, thread);
372 CompLevel level, nmethod* nm, JavaThread* thread) {
384 int bci, CompLevel level, nmethod* nm, JavaThread* thread) {
184 event(methodHandle method, methodHandle inlinee, int branch_bci, int bci, CompLevel comp_level, nmethod* nm, JavaThread* thread) argument
371 method_invocation_event(methodHandle mh, methodHandle imh, CompLevel level, nmethod* nm, JavaThread* thread) argument
383 method_back_branch_event(methodHandle mh, methodHandle imh, int bci, CompLevel level, nmethod* nm, JavaThread* thread) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNNameParser.java115 Name nm = new CompositeName();
118 nm.add(stringifyComponent(cname[i]));
123 return nm;
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DContinuation.java184 Name nm = (Name)(remain.clone());
186 nm.add("");
190 setErrorAux(resObj, nm);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleContext.java95 * @param nm the name of the style (must be unique within the
106 public Style addStyle(String nm, Style parent) { argument
107 Style style = new NamedStyle(nm, parent);
108 if (nm != null) {
110 styles.addAttribute(nm, style);
118 * @param nm the name of the style to remove
120 public void removeStyle(String nm) { argument
121 styles.removeAttribute(nm);
127 * @param nm the name of the style
130 public Style getStyle(String nm) { argument
795 getLocalAttribute(Object nm) argument
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp209 void log_nmethod(JavaThread* thread, nmethod* nm) { argument
211 nm->compile_id(), nm->is_osr_method() ? "%" : "",
212 nm, nm->code_begin(), nm->code_end());
312 void CompileTask::set_code(nmethod* nm) { argument
313 if (_code_handle == NULL && nm == NULL) return;
315 _code_handle->set_code(nm);
316 if (nm
569 nmethod* nm = code(); local
1229 nmethod* nm = method->lookup_osr_nmethod_for(osr_bci, comp_level, false); local
1604 nmethod* nm = method->code(); local
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp949 JRT_ENTRY_NO_ASYNC(address, OptoRuntime::handle_exception_C_helper(JavaThread* thread, nmethod* &nm))
979 nm = CodeCache::find_nmethod(pc);
980 assert(nm != NULL, "No NMethod found");
981 if (nm->is_native_method()) {
998 // 4826555: use default current sp for reguard_stack instead of &nm: it's more accurate.
1001 if (nm->is_deopt_pc(pc)) {
1018 force_unwind ? NULL : nm->handler_for_exception_and_pc(exception, pc);
1022 handler_address = SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true);
1028 nm->add_handler_for_exception_and_pc(exception,pc,handler_address);
1031 assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, p
1063 nmethod* nm = NULL; local
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DURLConnection.java1349 char nm[] = new char[len];
1350 contentType.getChars(0, len, nm, 0);
1352 char c = nm[i];
1354 nm[i] = '.';
1358 nm[i] = '_';
1361 return new String(nm);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DContext.java276 // See 'ClassDefinition.getInnerClass(env, nm)'.
424 Identifier nm = reqc.getName().getFlatName().getName();
425 env.error(where, "undef.var", Identifier.lookup(nm,idThis));
507 Identifier nm = outerMember.getName();
508 IdentifierExpression arg = new IdentifierExpression(where, nm);
524 Identifier nm = reqc.getName().getFlatName().getName();
525 env.error(where, "undef.var", Identifier.lookup(nm,idThis));
/openjdk7/jdk/make/common/shared/
H A DDefs-utils.gmk83 NM = $(COMPILER_PATH)nm
90 NM = $(UTILS_CCS_BIN_PATH)nm
215 NM = $(UTILS_USR_BIN_PATH)nm
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DDOM2TO.java176 NamespaceMappings nm = new NamespaceMappings();
192 String newPrefix = nm.lookupPrefix(uriAttr);
194 newPrefix = nm.generateNextPrefix();
/openjdk7/corba/make/common/shared/
H A DDefs-utils.gmk118 NM = $(UTILS_CCS_BIN_PATH)nm
195 NM = $(UTILS_USR_BIN_PATH)nm

Completed in 3392 milliseconds

1234567