Searched refs:nmethod (Results 76 - 100 of 114) sorted by relevance

12345

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp255 nmethod::print_statistics();
265 nmethod::print_statistics();
H A Dvframe.cpp31 #include "code/nmethod.hpp"
71 nmethod* nm = (nmethod*)cb;
H A Dsafepoint.cpp30 #include "code/nmethod.hpp"
582 // This thread might be in a critical native nmethod so look at
1029 // Step 1: Find the nmethod from the return address
1036 assert(cb != NULL && cb->is_nmethod(), "return address should be in nmethod");
1037 nmethod* nm = (nmethod*)cb;
H A Dfprofiler.cpp218 ((nmethod*)cb)->print_code();
987 methodOop method = (cb->is_nmethod()) ? ((nmethod *)cb)->method() :
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp787 nmethod* InterpreterRuntime::frequency_counter_overflow(JavaThread* thread, address branch_bcp) {
788 nmethod* nm = frequency_counter_overflow_inner(thread, branch_bcp);
791 // This was a successful request for an OSR nmethod. Because
812 IRT_ENTRY(nmethod*,
825 nmethod* osr_nm = CompilationPolicy::policy()->event(method, method, branch_bci, bci, CompLevel_none, NULL, thread);
833 // the OSR nmethod might be invalidated) because we don't have a
H A DbytecodeInterpreter.hpp80 nmethod* nm; /* osr nmethod */
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp355 nmethod *code = method()->code();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.hpp152 // method is redefined, the old method and nmethod can become GC'able
157 // that has not been redefined may have an nmethod that depends on
158 // the redefined method. The dependent nmethod will get deopted in
283 static void post_compiled_method_load(nmethod *nm);
H A DjvmtiExport.cpp27 #include "code/nmethod.hpp"
705 JvmtiCompiledMethodLoadEventMark(JavaThread *thread, nmethod *nm, void* compile_info_ptr = NULL)
1693 // Returns a record containing inlining information for the given nmethod
1694 jvmtiCompiledMethodLoadInlineRecord* create_inline_record(nmethod* nm) {
1734 void JvmtiExport::post_compiled_method_load(nmethod *nm) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp1010 nmethod* nm = get_methodOop()->code();
1041 // specific accessor nmethod::insts_size.
1044 nmethod* code = get_methodOop()->code();
1056 nmethod* code = get_methodOop()->code();
H A DciEnv.cpp749 // Patch the call site to the nmethod entry point of the static compiled lambda form.
955 nmethod* nm = NULL;
1015 nm = nmethod::new_nmethod(method,
1057 nmethod* old = method->code();
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp27 #include "code/nmethod.hpp"
143 void RelocIterator::initialize(nmethod* nm, address begin, address limit) {
147 // allow nmethod to be deduced from beginning address
151 assert(nm != NULL, "must be able to deduce nmethod from other arguments");
773 // oop is stored in table at nmethod::oops_begin
803 RelocIterator virtual_call_Relocation::parse_ic(nmethod* &nm, address &ic_call, address &first_oop,
815 assert(nm != NULL, "address to parse must be in nmethod");
817 assert(ic_call == NULL || nm->contains(ic_call), "must be in nmethod");
818 assert(first_oop == NULL || nm->contains(first_oop), "must be in nmethod");
871 iter = RelocIterator(nm); // search the whole nmethod
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp30 #include "code/nmethod.hpp"
949 JRT_ENTRY_NO_ASYNC(address, OptoRuntime::handle_exception_C_helper(JavaThread* thread, nmethod* &nm))
1052 // will do the normal VM entry. We do it this way so that we can see if the nmethod
1063 nmethod* nm = NULL;
1329 ((nmethod*)blob)->method()->print_value();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp277 nmethod* callee = CodeCache::find_nmethod(destination());
351 nmethod* nm = cb ? cb->as_nmethod_or_null() : NULL;
461 nmethod* nm = cb ? cb->as_nmethod_or_null() : NULL;
898 // MT safe inserting of a jump over an unknown instruction sequence (used by nmethod::makeZombie)
903 // in the header of the nmethod, within a short branch's span of the patch point.
906 // Limitations: You can only patch nmethods, with any given nmethod patched at
907 // most once, and the patch must be in the nmethod's header.
908 // It's messy, but you can ask the CodeCache for the nmethod containing the
H A DsharedRuntime_sparc.cpp1916 nmethod* SharedRuntime::generate_native_wrapper(MacroAssembler* masm,
1933 return nmethod::new_native_nmethod(method,
1951 // Native nmethod wrappers never take possesion of the oop arguments.
2726 nmethod *nm = nmethod::new_native_nmethod(method,
2745 // Generate a dtrace nmethod for a given signature. The method takes arguments
2762 nmethod *SharedRuntime::generate_dtrace_nmethod(
3268 nmethod *nm = nmethod::new_dtrace_nmethod(
3485 // On entry we have been called by the deoptimized nmethod wit
[all...]
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp279 // CodeBuffer is allocated. This is used for nmethod generation.
285 // written to an nmethod (or other CodeBlob), the contents (code, data,
539 void copy_oops_to(nmethod* nm) {
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp537 nmethod* nm = cb->is_nmethod() ? (nmethod*)cb : NULL;
1070 // point to garbage if entry point in an nmethod is corrupted. Leave
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp293 // point to garbage if entry point in an nmethod is corrupted. Leave
451 nmethod* nm = cb->is_nmethod() ? (nmethod*)cb : NULL;
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp344 nmethod* nm = cb->is_nmethod() ? (nmethod*)cb : NULL;
805 // point to garbage if entry point in an nmethod is corrupted. Leave
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp464 nmethod* nm = cb->is_nmethod() ? (nmethod*)cb : NULL;
656 // point to garbage if entry point in an nmethod is corrupted. Leave
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp489 nmethod* nm = cb->is_nmethod() ? (nmethod*)cb : NULL;
791 // point to garbage if entry point in an nmethod is corrupted. Leave
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1520 nmethod* SharedRuntime::generate_native_wrapper(MacroAssembler* masm,
1537 return nmethod::new_native_nmethod(method,
2396 nmethod *nm = nmethod::new_native_nmethod(method,
2416 // Generate a dtrace nmethod for a given signature. The method takes arguments
2430 nmethod *SharedRuntime::generate_dtrace_nmethod(
2780 nmethod *nm = nmethod::new_dtrace_nmethod(
2816 // This code enters when returning to a de-optimized nmethod. A return
2820 // nmethod fro
[all...]
H A DsharedRuntime_x86_64.cpp1752 nmethod* SharedRuntime::generate_native_wrapper(MacroAssembler* masm,
1769 return nmethod::new_native_nmethod(method,
2631 nmethod *nm = nmethod::new_native_nmethod(method,
2651 // Generate a dtrace nmethod for a given signature. The method takes arguments
2669 nmethod *SharedRuntime::generate_dtrace_nmethod(MacroAssembler *masm,
3264 nmethod *nm = nmethod::new_dtrace_nmethod(
3296 // This code enters when returning to a de-optimized nmethod. A return
3300 // nmethod fro
[all...]
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap159 hotspot.ci.nmethod.codesize // 1.4.2
161 hotspot.ci.nmethod.size // 1.4.2
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp1364 nmethod* nm = m->code();
1379 nmethod* nm = m->code();

Completed in 134 milliseconds

12345