Searched refs:methodOop (Results 101 - 125 of 160) sorted by relevance

1234567

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp29 #include "oops/methodOop.hpp"
625 methodOop m = interpreter_frame_method();
658 methodOop m = *interpreter_frame_method_addr();
742 methodOop method = interpreter_frame_method();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp774 void JvmtiExport::post_raw_breakpoint(JavaThread *thread, methodOop method, address location) {
855 void JvmtiExport::at_single_stepping_point(JavaThread *thread, methodOop method, address location) {
1096 void JvmtiExport::post_method_entry(JavaThread *thread, methodOop method, frame current_frame) {
1134 void JvmtiExport::post_method_exit(JavaThread *thread, methodOop method, frame current_frame) {
1229 void JvmtiExport::post_single_step(JavaThread *thread, methodOop method, address location) {
1262 void JvmtiExport::post_exception_throw(JavaThread *thread, methodOop method, address location, oop exception) {
1297 methodOop current_method = NULL;
1343 void JvmtiExport::notice_unwind_due_to_exception(JavaThread *thread, methodOop method, address location, oop exception, bool in_handler_frame) {
1467 void JvmtiExport::post_field_access(JavaThread *thread, methodOop method,
1565 void JvmtiExport::post_raw_field_modification(JavaThread *thread, methodOop metho
[all...]
H A DmethodHandles.cpp142 methodOop m = instanceKlass::cast(k)->method_with_idnum(slot);
150 methodOop m = instanceKlass::cast(k)->method_with_idnum(slot);
168 assert(vmtarget->is_method(), "method or constructor vmtarget is methodOop");
169 return init_method_MemberName(mname_oop, methodOop(vmtarget), ref_kind_does_dispatch(ref_kind), k);
177 oop MethodHandles::init_method_MemberName(oop mname_oop, methodOop m, bool do_dispatch,
217 // root to help keep alive the methodOop.
305 methodOop m = instanceKlass::cast(klass)->find_method(name, poly_sig);
746 assert(vmtarget->is_method(), "method or constructor vmtarget is methodOop");
747 methodHandle m(THREAD, methodOop(vmtarget));
886 methodOop
[all...]
H A DjvmtiThreadState.cpp232 methodOop method = jvf->method();
H A DjvmtiClassFileReconstituter.cpp580 methodHandle method(thread(), (methodOop)(ikh()->methods()->obj_at(index)));
586 methodHandle method(thread(), (methodOop)(ikh()->methods()->obj_at(index)));
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp36 #include "oops/methodOop.hpp"
317 address AbstractInterpreter::deopt_continue_after_entry(methodOop method, address bcp, int callee_parameters, bool is_top_frame) {
387 address AbstractInterpreter::deopt_reexecute_entry(methodOop method, address bcp) {
H A DinterpreterRuntime.hpp31 #include "oops/methodOop.hpp"
58 static methodOop method(JavaThread *thread) { return last_frame(thread).interpreter_frame_method(); }
H A DbytecodeTracer.cpp33 #include "oops/methodOop.hpp"
49 methodOop _current_method;
65 methodOop method() { return _current_method; }
125 // Used for methodOop::print_codes(). The input bcp comes from
155 // then methodOop could use instances of it directly and it
173 // a safepoint within this code, which is sensitive to methodOop
H A DtemplateInterpreter.cpp587 address TemplateInterpreter::deopt_continue_after_entry(methodOop method, address bcp, int callee_parameters, bool is_top_frame) {
595 address TemplateInterpreter::deopt_reexecute_entry(methodOop method, address bcp) {
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp71 // keep references to methodOop since thread dump can be
275 // StackFrameInfo for keeping methodOop and bci during
280 methodOop _method;
292 methodOop method() const { return _method; }
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp62 methodOop m = (method); \
76 methodOop m = (method); \
631 methodOop method,
716 methodOop method,
798 methodOop method,
1178 methodOop m = method();
1201 " unloadable], methodOop(" INTPTR_FORMAT
1211 // If _method is already NULL the methodOop is about to be unloaded,
1213 // have the methodOop live here, in case we unload the nmethod because
1214 // it is pointing to some oop (other than the methodOop) bein
[all...]
H A DscopeDesc.cpp78 _method = methodHandle((methodOop) stream->read_oop());
H A DvtableStubs.cpp114 address VtableStubs::create_stub(bool is_vtable_stub, int vtable_index, methodOop method) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp159 methodOop lookup_method(instanceKlass* accessor,
H A DciEnv.cpp700 methodOop ciEnv::lookup_method(instanceKlass* accessor,
753 // Get the invoker methodOop and the extra argument from the constant pool.
754 methodOop adapter = secondary_entry->f2_as_vfinal_method();
785 methodOop m = constantPoolOopDesc::method_at_if_loaded(cpool, index);
796 methodOop m = lookup_method(accessor->get_instanceKlass(), lookup, name_sym, sig_sym, bc);
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp42 #include "oops/methodOop.hpp"
696 methodOop java_lang_Class::resolved_constructor(oop java_class) {
699 return methodOop(constructor);
703 void java_lang_Class::set_resolved_constructor(oop java_class, methodOop constructor) {
1158 char* java_lang_Throwable::print_stack_element_to_buffer(methodOop method, int bci) {
1202 void java_lang_Throwable::print_stack_element(Handle stream, methodOop method, int bci) {
1208 void java_lang_Throwable::print_stack_element(outputStream *st, methodOop method, int bci) {
1266 methodOop method = methodOop(methods()->obj_at(index));
1323 methodOop metho
[all...]
H A DclassFileParser.cpp46 #include "oops/methodOop.hpp"
1814 // methodOop to save footprint, so we only know the size of the resulting methodOop when the
2174 // All sizing information for a methodOop is finally available, now create it
2175 methodOop m_oop = oopFactory::new_method(code_length, access_flags,
2215 * that the methodOop and it's associated constMethodOop are partially
2426 methodOop m = (methodOop)methods->obj_at(i);
2458 // We temporarily use the vtable_index field in the methodOop to store the
2463 methodOop
[all...]
H A DsystemDictionary.cpp1223 methodHandle m(THREAD, methodOop(methods->obj_at(index2)));
1760 void SystemDictionary::methods_do(void f(methodOop)) {
1905 methodOop method = instanceKlass::cast(ClassLoader_klass())->find_method(vmSymbols::loadClassInternal_name(), vmSymbols::string_class_signature());
1909 methodOop method = instanceKlass::cast(ClassLoader_klass())->find_method(vmSymbols::checkPackageAccess_name(), vmSymbols::class_protectiondomain_signature());
2263 m = methodOop(spe->property_oop());
2278 methodOop m = methodOop(vmtarget);
2703 static void do_method(methodOop m) {
2774 static void do_method(methodOop m) {
/openjdk7/hotspot/src/share/vm/memory/
H A DoopFactory.cpp156 methodOop oopFactory::new_method(int byte_code_size, AccessFlags access_flags,
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlassKlass.cpp706 methodOop m1 = methodOop(methods->obj_at(j));
707 methodOop m2 = methodOop(methods->obj_at(j + 1));
H A Dklass.hpp517 virtual methodOop uncached_lookup_method(Symbol* name, Symbol* signature) const;
519 methodOop lookup_method(Symbol* name, Symbol* signature) const {
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.hpp44 inline void set_method(methodOop new_method) {
H A Dframe_zero.cpp32 #include "oops/methodOop.hpp"
121 methodOop method = interpreter_frame_method();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp252 methodOop interpretedVFrame::method() const {
549 methodOop m = method();
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp101 static void print_compilation_impl(outputStream* st, methodOop method, int compile_id, int comp_level,

Completed in 225 milliseconds

1234567